aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/manifest.json
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-05-13 21:53:09 -0500
committerGitHub <[email protected]>2024-05-13 21:53:09 -0500
commitddfb8a98cb55b506f6c0f06ab4ec6206ddd28afc (patch)
tree9e1001e79a7af500bfb5ca403934f76715ebb4ec /apps/extension/manifest.json
parentMerge pull request #35 from Cherry/chore/remove-cloudflare-ai-package (diff)
parentEdit manifest.json for Firefox support (diff)
downloadsupermemory-v1.tar.xz
supermemory-v1.zip
Merge pull request #44 from aaronchucarroll/firefoxv1
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"]
}
}