Merge pull request #44 from aaronchucarroll/firefox

This commit is contained in:
Dhravya Shah 2024-05-13 21:53:09 -05:00 committed by GitHub
commit ddfb8a98cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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