aboutsummaryrefslogtreecommitdiff
path: root/extension/public/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/public/manifest.json')
-rw-r--r--extension/public/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/public/manifest.json b/extension/public/manifest.json
index 3e4c78d..27ba801 100644
--- a/extension/public/manifest.json
+++ b/extension/public/manifest.json
@@ -17,7 +17,7 @@
"storage"
],
"background": {
- "scripts": ["background.js"]
+ "service_worker": "background.js"
},
"content_scripts": [{
"js": ["iconGrabber.js"],