Edit manifest.json for Firefox support

This commit is contained in:
Aaron Chu-Carroll 2024-05-12 11:45:27 -04:00
parent c771885934
commit 2d08ba22e0

View file

@ -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"]
}
}