Skip to content

Commit

Permalink
Replaced tabs permission w/ warning-less activeTab ↞ [auto-sync f…
Browse files Browse the repository at this point in the history
…rom `KudoAI/chatgpt.js-chrome-starter`]
  • Loading branch information
kudo-sync-bot committed Nov 17, 2024
1 parent bd7bdbe commit b97cce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/chrome/extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"64": "icons/icon64.png",
"128": "icons/icon128.png"
},
"permissions": [ "storage", "tabs" ],
"permissions": [ "activeTab", "storage" ],
"action": { "default_popup": "popup/index.html" },
"web_accessible_resources": [{
"matches": [ "<all_urls>" ],
Expand Down

0 comments on commit b97cce1

Please sign in to comment.