Skip to content

Commit

Permalink
removed excessive permission
Browse files Browse the repository at this point in the history
  • Loading branch information
kas-elvirov committed Jul 8, 2022
1 parent 7651f2d commit d00a050
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
APP_VERSION=8.2.64
APP_VERSION=8.2.65
PAYPAL_URL=https://www.paypal.me/KasElvirov
OPENCOLLECTIVE_URL=https://opencollective.com/kas-elvirov
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"short_name": "__MSG_shortName__",
"author": "__MSG_author__",
"description": "__MSG_description__",
"version": "8.2.64",
"version": "8.2.65",
"browser_action": {
"default_icon": "img/icon128.png",
"default_popup": "index.html",
Expand Down Expand Up @@ -33,7 +33,6 @@
},
"permissions": [
"storage",
"activeTab",
"*://*.git.luolix.top/*"
],
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gloc",
"version": "8.2.64",
"version": "8.2.65",
"description": "Browser extension - counts locs on GitHub pages",
"authors": [
"Kas Elvirov <kas.elvirov@gmail.com> (https://github.com/kas-elvirov)"
Expand Down

0 comments on commit d00a050

Please sign in to comment.