Skip to content

Commit b4b994a

Browse files
fix(Manifest): Remove tabs permission to be Google compliant
1 parent b6faf7c commit b4b994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const manifest: Record<string, unknown> = {
4040
extension_pages: "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
4141
},
4242
host_permissions: ['<all_urls>'],
43-
permissions: ['tabs', 'storage'],
43+
permissions: ['storage'],
4444
};
4545

4646
export default JSON.stringify(manifest);

0 commit comments

Comments
 (0)