Skip to content

Commit be52ff0

Browse files
committed
fix: remove unnecessary permissions from manifest.json
1 parent f55d5c1 commit be52ff0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

public/manifest.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"description": "XPostsFinder - Smarter Conversations on X (Twitter)",
66
"permissions": [
77
"activeTab",
8-
"storage",
9-
"bookmarks",
10-
"scripting"
8+
"storage"
119
],
1210
"host_permissions": [
1311
"https://x.com/*",

0 commit comments

Comments
 (0)