Skip to content

Commit

Permalink
Update manifest.json fix background for FF compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
raszpl authored Jun 12, 2024
1 parent ef36605 commit 6706fbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"48": "stuff/icons/48.png"
},
"background": {
"service_worker": "background.js"
"scripts": [
"background.js"
]
},
"action": {
"default_popup": "menu/index.html",
Expand Down

0 comments on commit 6706fbc

Please sign in to comment.