Skip to content

Commit

Permalink
Remove unused permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Sep 30, 2024
1 parent 7162a5d commit dfd4227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/manifests/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"options_ui": {
"page": "options.html"
},
"permissions": ["<all_urls>", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"],
"permissions": ["<all_urls>", "alarms", "tabs", "storage", "activeTab"],
"version": "3.0.22"
"version": "3.0.24"
}
2 changes: 1 addition & 1 deletion src/manifests/edge.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"options_ui": {
"page": "options.html"
},
"permissions": ["<all_urls>", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"],
"permissions": ["<all_urls>", "alarms", "tabs", "storage", "activeTab"],
"version": "3.0.24"
}
2 changes: 1 addition & 1 deletion src/manifests/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"chrome_style": false,
"page": "options.html"
},
"permissions": ["<all_urls>", "alarms", "tabs", "storage", "idle", "activeTab", "scripting"],
"permissions": ["<all_urls>", "alarms", "tabs", "storage", "activeTab"],
"version": "3.0.24"
}

0 comments on commit dfd4227

Please sign in to comment.