diff options
| author | Fuwn <[email protected]> | 2024-08-23 06:21:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-23 06:21:08 -0700 |
| commit | 58028d4034a14cc59e9a8667bca6ca0733c3a5b8 (patch) | |
| tree | 3e91fc5a7dd939fb3e27a1d0ca914a07d057b9a8 | |
| parent | feat: initial commit (diff) | |
| download | mangatranslator-58028d4034a14cc59e9a8667bca6ca0733c3a5b8.tar.xz mangatranslator-58028d4034a14cc59e9a8667bca6ca0733c3a5b8.zip | |
fix(manifest): use background scripts
| -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": [ { |