Skip to content

Commit

Permalink
fix: Google requirement - remove tabs permission
Browse files Browse the repository at this point in the history
  • Loading branch information
wokalek committed Aug 28, 2023
1 parent ca8e4cb commit b837f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default defineManifest(() => ({
minimum_chrome_version: '116',
icons: { 16: 'favicons/16.png', 32: 'favicons/32.png', 48: 'favicons/48.png', 128: 'favicons/128.png' },
permissions: [
'tabs',
'activeTab',
'tabCapture',
'offscreen',
Expand Down

0 comments on commit b837f1a

Please sign in to comment.