From a3943254a1e792465bfffe2819af90b1b557ccfb Mon Sep 17 00:00:00 2001 From: azrizhaziq Date: Wed, 7 Apr 2021 08:10:11 +0800 Subject: [PATCH] Remove 'tab' permission as it was no longer used --- manifest.json | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 0148d7c1..e1bf18a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "1.7.5", + "version": "1.7.6", "default_locale": "en", "author": "Azriz Haziq Jasni", "name": "__MSG_ext_extension_name__", @@ -48,7 +48,6 @@ } ], "permissions": [ - "tabs", "storage", "*://*.tradingview.com/*" ], diff --git a/package.json b/package.json index 8061ed67..01096974 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "tradingview-syariah-indicator", - "version": "1.7.5", + "version": "1.7.6", "description": "Display small shariah indicator to stock list in tradingview(MY)", "private": true, "scripts": {