{
    "manifest_version": 3,
    "name": "CK Enterprises UK Auto Auth Extension",
    "version": "1.0",
    "permissions": ["activeTab"],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*://*.ckapp.co.uk/*",
                "*://*.dcworld.uk/*",
                "*://*.ckenterprises.co.uk/*",
                "*://*.ckhost.co.uk/*",
                "*://ckapp.co.uk/*",
                "*://dcworld.uk/*",
                "*://ckenterprises.co.uk/*",
                "*://ckhost.co.uk/*"
            ],
            "js": ["content.js"]
        }
    ]
}
