Skip to content

Commit 559bac1

Browse files
committed
Remove permissions & increment version
1 parent a3b334e commit 559bac1

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

manifest.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"48": "assets/icon48.png",
77
"128": "assets/icon128.png"
88
},
9-
"version": "1.0.1",
9+
"version": "1.0.2",
1010
"description": "\uD83D\uDD0E View information about research papers linked from websites you visit.",
1111
"background": {
1212
"service_worker": "js/background.js"
@@ -16,13 +16,7 @@
1616
"browser_style": false,
1717
"open_in_tab": true
1818
},
19-
"permissions": [
20-
"activeTab",
21-
"scripting",
22-
"webNavigation",
23-
"tabs",
24-
"storage"
25-
],
19+
"permissions": ["activeTab", "scripting", "webNavigation", "storage"],
2620
"action": {
2721
"default_title": "Papers",
2822
"default_icon": "assets/icon48.png",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build": "webpack --config webpack/webpack.prod.js",
2525
"prepare": "husky install"
2626
},
27-
"version": "1.0.1",
27+
"version": "1.0.2",
2828
"lint-staged": {
2929
"**/*": "prettier --check"
3030
}

0 commit comments

Comments
 (0)