Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit 1803ce5

Browse files
authored
Merge pull request #25 from RostiMelk/development
Removed unnecessary permission; tabs
2 parents c7204bf + b4c8af4 commit 1803ce5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "ACF Tools",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"description": "__MSG_extDescription__",
66
"default_locale": "en",
77
"icons": {
@@ -11,8 +11,7 @@
1111
},
1212
"permissions": [
1313
"activeTab",
14-
"storage",
15-
"tabs"
14+
"storage"
1615
],
1716
"browser_action": {
1817
"default_popup": "static/popup.html",

0 commit comments

Comments
 (0)