Skip to content

Commit

Permalink
Remove permissions & increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasnadithya committed Jan 17, 2022
1 parent a3b334e commit 559bac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"version": "1.0.1",
"version": "1.0.2",
"description": "\uD83D\uDD0E View information about research papers linked from websites you visit.",
"background": {
"service_worker": "js/background.js"
Expand All @@ -16,13 +16,7 @@
"browser_style": false,
"open_in_tab": true
},
"permissions": [
"activeTab",
"scripting",
"webNavigation",
"tabs",
"storage"
],
"permissions": ["activeTab", "scripting", "webNavigation", "storage"],
"action": {
"default_title": "Papers",
"default_icon": "assets/icon48.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "webpack --config webpack/webpack.prod.js",
"prepare": "husky install"
},
"version": "1.0.1",
"version": "1.0.2",
"lint-staged": {
"**/*": "prettier --check"
}
Expand Down

0 comments on commit 559bac1

Please sign in to comment.