Skip to content

Commit 4e9bd51

Browse files
committed
Remove unnecessary permission ("tabs")
1 parent f2560f8 commit 4e9bd51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"manifest_version": 3,
33
"name": "Zoom Toggler",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"description": "Quickly toggle browser page zoom between two levels",
66
"permissions": [
7-
"storage",
8-
"tabs"
7+
"storage"
98
],
109
"options_page": "options.html",
1110
"background": {

0 commit comments

Comments
 (0)