Skip to content

Commit

Permalink
fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Rurik19 committed Feb 7, 2020
1 parent d74816b commit 20d06eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wallabagger/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Wallabagger",
"manifest_version": 2,
"default_locale": "en",
"version": "1.10.0",
"version": "1.10.1",
"description": "__MSG_Extension_description__",
"icons": {
"16": "img/wallabag-icon-48a.png",
Expand All @@ -22,6 +22,7 @@
]
},
"permissions": [
"*://*/api/*",
"tabs",
"storage",
"contextMenus",
Expand Down

0 comments on commit 20d06eb

Please sign in to comment.