From 559bac13a730ef50dc37b32a664b30603384c22f Mon Sep 17 00:00:00 2001 From: Adithya Narasinghe Date: Mon, 17 Jan 2022 22:24:37 +0530 Subject: [PATCH] Remove permissions & increment version --- manifest.json | 10 ++-------- package.json | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index a771e44..e3b8f8b 100644 --- a/manifest.json +++ b/manifest.json @@ -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" @@ -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", diff --git a/package.json b/package.json index 13c8dd1..9686c56 100644 --- a/package.json +++ b/package.json @@ -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" }