Skip to content

Commit

Permalink
Merge pull request #44 from aaronchucarroll/firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhravya authored May 14, 2024
2 parents c771885 + 2d08ba2 commit ddfb8a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}

0 comments on commit ddfb8a9

Please sign in to comment.