Skip to content

Commit

Permalink
fix: remove the permission of tabs that have not been approved throug…
Browse files Browse the repository at this point in the history
…h the review process.
  • Loading branch information
zou8944 committed May 8, 2023
1 parent 8356958 commit b3fab8f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Find Lite is a simple extension that allows you to search for text on the current page.",
"version": "1.0.1",
"permissions": [
"storage",
"tabs"
"storage"
],
"icons": {
"16": "icons/16.png",
Expand Down Expand Up @@ -33,9 +32,6 @@
"default_popup": "popup/popup.html",
"default_title": "Find Lite"
},
"background": {
"service_worker": "background/service-worker.js"
},
"content_scripts": [
{
"matches": [
Expand Down

0 comments on commit b3fab8f

Please sign in to comment.