Skip to content

Commit

Permalink
feat: no tabs permission need
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy committed Jan 19, 2025
1 parent a3d4dff commit ea4bbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
icons: {
256: `/mpmd/icon-256.png`,
},
permissions: [`storage`, `tabs`],
permissions: [`storage`],
host_permissions: [
`https://*.github.com/*`,
`https://*.githubusercontent.com/*`,
Expand Down

0 comments on commit ea4bbce

Please sign in to comment.