Skip to content

Commit

Permalink
Remove the unneeded notifications permission
Browse files Browse the repository at this point in the history
  • Loading branch information
canova committed Nov 28, 2024
1 parent 21b6eab commit b4adaff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@
"48": "icons/off/icon48.png",
"128": "icons/off/icon128.png"
},
"permissions": [
"activeTab",
"scripting",
"tabs",
"debugger",
"notifications"
],
"permissions": ["activeTab", "scripting", "tabs", "debugger"],
"host_permissions": ["https://profiler.firefox.com/*"],
"background": {
"service_worker": "src/background.js",
Expand Down

0 comments on commit b4adaff

Please sign in to comment.