aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/extension/manifest.json')
-rw-r--r--apps/extension/manifest.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/extension/manifest.json b/apps/extension/manifest.json
index 5cf05298..e44cf21e 100644
--- a/apps/extension/manifest.json
+++ b/apps/extension/manifest.json
@@ -24,12 +24,14 @@
],
"permissions": [
"activeTab",
- "storage",
+ "storage"
+ ],
+ "host_permissions": [
"http://localhost:3000/*",
"https://opulent-funicular-94rx4v9w775f96q-3000.app.github.dev/*",
"https://anycontext.dhr.wtf/*"
],
"background": {
- "service_worker": "src/background.ts"
+ "scripts": ["src/background.ts"]
}
}