Skip to content

Commit

Permalink
Merge pull request #25 from AzrizHaziq/removing-tab-permission
Browse files Browse the repository at this point in the history
Remove 'tab' permission as it was no longer used
  • Loading branch information
AzrizHaziq authored Apr 7, 2021
2 parents 5136020 + a394325 commit 6af5f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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__",
Expand Down Expand Up @@ -48,7 +48,6 @@
}
],
"permissions": [
"tabs",
"storage",
"*://*.tradingview.com/*"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6af5f7a

Please sign in to comment.