Skip to content

Commit

Permalink
add firefox compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
GodPepe7 committed Jul 26, 2024
1 parent b646078 commit 18d5e15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "Let me cook",
"version": "1.0",
"background": {
"service_worker": "dist/background.js"
"service_worker": "dist/background.js",
"scripts": [
"dist/background.js"
]
},
"permissions": [
"activeTab",
Expand Down

0 comments on commit 18d5e15

Please sign in to comment.