Skip to content

Commit

Permalink
removed_unnecessary_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandutta2007 committed Oct 30, 2023
1 parent f18fd72 commit fc2062f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
"128": "logo.png"
},
"host_permissions": ["https://*.openai.com/", "https://*.google.com/"],
"permissions": [
"scripting",
"storage",
"unlimitedStorage",
"webRequest"
],
"permissions": [ "storage" ],
"background": {
"service_worker": "background.js"
},
Expand Down

0 comments on commit fc2062f

Please sign in to comment.