Skip to content

Commit 89b54f1

Browse files
authored
Merge pull request #24 from CosminFerecatu/master
Removed unused permissions
2 parents e4505e3 + 53edc5a commit 89b54f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"default_popup": "index.html",
1414
"default_title": "Wattspeed"
1515
},
16-
"permissions": ["tabs", "scripting", "activeTab", "storage", "unlimitedStorage"],
16+
"permissions": ["tabs", "activeTab", "unlimitedStorage"],
1717
"host_permissions": ["http://*/*", "https://*/*"]
1818
}

0 commit comments

Comments
 (0)