mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
Edit manifest.json for Firefox support
This commit is contained in:
parent
c771885934
commit
2d08ba22e0
1 changed files with 4 additions and 2 deletions
|
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue