diff options
| -rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index e89052c..4301e3a 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,7 @@ "default_popup": "popup.html" }, "background": { - "service_worker": "js/background.js" + "scripts": [ "js/background.js" ] }, "web_accessible_resources": [ { |