summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-23 06:21:08 -0700
committerFuwn <[email protected]>2024-08-23 06:21:08 -0700
commit58028d4034a14cc59e9a8667bca6ca0733c3a5b8 (patch)
tree3e91fc5a7dd939fb3e27a1d0ca914a07d057b9a8
parentfeat: initial commit (diff)
downloadmangatranslator-58028d4034a14cc59e9a8667bca6ca0733c3a5b8.tar.xz
mangatranslator-58028d4034a14cc59e9a8667bca6ca0733c3a5b8.zip
fix(manifest): use background scripts
-rw-r--r--manifest.json2
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": [
{