Skip to content

Commit b4adaff

Browse files
committed
Remove the unneeded notifications permission
1 parent 21b6eab commit b4adaff

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

manifest.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@
1010
"48": "icons/off/icon48.png",
1111
"128": "icons/off/icon128.png"
1212
},
13-
"permissions": [
14-
"activeTab",
15-
"scripting",
16-
"tabs",
17-
"debugger",
18-
"notifications"
19-
],
13+
"permissions": ["activeTab", "scripting", "tabs", "debugger"],
2014
"host_permissions": ["https://profiler.firefox.com/*"],
2115
"background": {
2216
"service_worker": "src/background.js",

0 commit comments

Comments
 (0)