diff --git a/manifest.json b/manifest.json index ec054ab..bcc739c 100644 --- a/manifest.json +++ b/manifest.json @@ -11,10 +11,14 @@ "default_popup": "gui/popup.htm" }, + "background": { + "service_worker": "scripts/ShopAI.js", + "type": "module" + }, "content_scripts": [ { "matches": ["http://*/*", "https://*/*"], - "js": ["scripts/shopAI.js"] + "js": ["scripts/watchman.js"] } ],