Skip to content

Commit

Permalink
remove invalid permission
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Oct 2, 2024
1 parent 63dcb7a commit 88cd994
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/manifests/chrome.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", "activeTab"],
"permissions": ["alarms", "tabs", "storage", "activeTab"],
"version": "4.0.0"
}
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", "activeTab"],
"permissions": ["alarms", "tabs", "storage", "activeTab"],
"version": "4.0.0"
}
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", "activeTab"],
"permissions": ["alarms", "tabs", "storage", "activeTab"],
"version": "4.0.0"
}

0 comments on commit 88cd994

Please sign in to comment.