Skip to content

Commit ba0c5b3

Browse files
committed
remove ActiveTab from requested permissions
1 parent f1f13f5 commit ba0c5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"64": "src/img/panel-icon64.png",
1111
"128": "src/img/panel-icon128.png"
1212
},
13-
"permissions": ["storage", "scripting", "activeTab", "clipboardWrite"],
13+
"permissions": ["storage", "scripting", "clipboardWrite"],
1414
"host_permissions": ["*://*/*"]
1515
}

0 commit comments

Comments
 (0)