Skip to content

Commit

Permalink
fix: Firefox support - add background.scripts to manifest JSON (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Aug 19, 2024
1 parent 913a60b commit 3060b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
],

"background": {
"scripts": [ "lib/service-worker.js" ],
"service_worker": "lib/service-worker.js"
},

Expand Down

0 comments on commit 3060b05

Please sign in to comment.