Skip to content

Commit d00a050

Browse files
committed
removed excessive permission
1 parent 7651f2d commit d00a050

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
APP_VERSION=8.2.64
1+
APP_VERSION=8.2.65
22
PAYPAL_URL=https://www.paypal.me/KasElvirov
33
OPENCOLLECTIVE_URL=https://opencollective.com/kas-elvirov

manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"short_name": "__MSG_shortName__",
66
"author": "__MSG_author__",
77
"description": "__MSG_description__",
8-
"version": "8.2.64",
8+
"version": "8.2.65",
99
"browser_action": {
1010
"default_icon": "img/icon128.png",
1111
"default_popup": "index.html",
@@ -33,7 +33,6 @@
3333
},
3434
"permissions": [
3535
"storage",
36-
"activeTab",
3736
"*://*.github.com/*"
3837
],
3938
"icons": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gloc",
3-
"version": "8.2.64",
3+
"version": "8.2.65",
44
"description": "Browser extension - counts locs on GitHub pages",
55
"authors": [
66
"Kas Elvirov <kas.elvirov@gmail.com> (https://github.com/kas-elvirov)"

0 commit comments

Comments
 (0)