Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Remove active_tab permission
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Oct 8, 2023
1 parent c280388 commit beee1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const sharedManifest: Partial<chrome.runtime.ManifestBase> = {
96: 'icons/[email protected]',
128: 'icons/[email protected]'
},
permissions: ['activeTab', 'downloads', 'storage', 'webRequest', 'webRequestBlocking']
permissions: ['downloads', 'storage', 'webRequest', 'webRequestBlocking']
};

const browserAction = {
Expand Down

0 comments on commit beee1b8

Please sign in to comment.