Skip to content

Commit

Permalink
Add background.scripts for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarrison committed Dec 31, 2023
1 parent 06c28d1 commit 12b4a4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"storage"
],
"background": {
"service_worker": "service-worker.js"
"service_worker": "service-worker.js",
"scripts": ["service-worker.js"]
},
"content_scripts": [
{
Expand Down

0 comments on commit 12b4a4a

Please sign in to comment.