Skip to content

Commit

Permalink
chore: remove unused activeTab permission
Browse files Browse the repository at this point in the history
  • Loading branch information
neaumusic committed May 24, 2022
1 parent 812ae77 commit 605412e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/chrome_extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"1024": "${IMAGES_PATH}/icon.png"
},
"permissions": [
"activeTab",
"storage"
],
"web_accessible_resources": [
Expand Down
1 change: 0 additions & 1 deletion src/firefox_extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"1024": "${IMAGES_PATH}/icon.png"
},
"permissions": [
"activeTab",
"storage"
],
"web_accessible_resources": [
Expand Down

0 comments on commit 605412e

Please sign in to comment.