diff --git a/.env b/.env index cdf3bdb..56db09c 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -APP_VERSION=8.3.2 +APP_VERSION=8.3.4 PAYPAL_URL=https://www.paypal.me/KasElvirov OPENCOLLECTIVE_URL=https://opencollective.com/kas-elvirov diff --git a/manifest.json b/manifest.json index c9ec8f2..f3b9cc2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "manifest_version": 2, + "manifest_version": 3, "default_locale": "en", "name": "__MSG_name__", "short_name": "__MSG_shortName__", "author": "__MSG_author__", "description": "__MSG_description__", - "version": "8.3.2", + "version": "8.3.4", "browser_action": { "default_icon": "img/icon128.png", "default_popup": "index.html", @@ -32,7 +32,9 @@ "persistent": false }, "permissions": [ - "storage", + "storage" + ], + "host_permissions": [ "*://*.github.com/*" ], "icons": { diff --git a/package-lock.json b/package-lock.json index 3a1f30d..429519a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gloc", - "version": "8.3.1", + "version": "8.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gloc", - "version": "8.3.1", + "version": "8.3.3", "license": "GPL-2.0", "dependencies": { "@material-ui/core": "^4.11.4", diff --git a/package.json b/package.json index 889fb43..944cf20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gloc", - "version": "8.3.2", + "version": "8.3.4", "engines": { "node": "16.19.0", "npm": "0.39.3"