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