Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 5ad6bd5

Browse files
committed
fix: remove tabs permission
1 parent ca8fa50 commit 5ad6bd5

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
@@ -1,6 +1,6 @@
11
{
22
"name": "A Translator",
3-
"permissions": ["http://*/*", "https://*/*", "storage", "tabs"],
3+
"permissions": ["http://*/*", "https://*/*", "storage"],
44
"options_ui": {
55
"page": "options.html",
66
"chrome_style": false,

0 commit comments

Comments
 (0)