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

Commit

Permalink
Merge pull request #25 from RostiMelk/development
Browse files Browse the repository at this point in the history
Removed unnecessary permission; tabs
  • Loading branch information
RostiMelk committed May 26, 2020
2 parents c7204bf + b4c8af4 commit 1803ce5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ACF Tools",
"version": "3.0.1",
"version": "3.0.2",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
Expand All @@ -11,8 +11,7 @@
},
"permissions": [
"activeTab",
"storage",
"tabs"
"storage"
],
"browser_action": {
"default_popup": "static/popup.html",
Expand Down

0 comments on commit 1803ce5

Please sign in to comment.