From 99d73014cfca603b487831cf145e27495daf2e06 Mon Sep 17 00:00:00 2001 From: Kas Elvirov Date: Fri, 3 Jan 2025 14:29:06 +0300 Subject: [PATCH] manifest.json - removed applications field for Firefox --- .env | 2 +- .env.development | 2 +- .env.production | 2 +- manifest.json | 9 +--- package-lock.json | 4 +- package.json | 2 +- public/manifest.json | 101 ++++++++++++++++++++----------------------- 7 files changed, 56 insertions(+), 66 deletions(-) diff --git a/.env b/.env index be14d64..5efcbe7 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VITE_APP_APP_VERSION=10.0.8 +VITE_APP_APP_VERSION=10.0.9 VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC VITE_APP_APPLICATION_REPO=https://github.com/kas-elvirov/gloc VITE_APP_DEVELOPER_WEBSITE=https://kas-elvirov.com diff --git a/.env.development b/.env.development index be14d64..5efcbe7 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -VITE_APP_APP_VERSION=10.0.8 +VITE_APP_APP_VERSION=10.0.9 VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC VITE_APP_APPLICATION_REPO=https://github.com/kas-elvirov/gloc VITE_APP_DEVELOPER_WEBSITE=https://kas-elvirov.com diff --git a/.env.production b/.env.production index be14d64..5efcbe7 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -VITE_APP_APP_VERSION=10.0.8 +VITE_APP_APP_VERSION=10.0.9 VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC VITE_APP_APPLICATION_REPO=https://github.com/kas-elvirov/gloc VITE_APP_DEVELOPER_WEBSITE=https://kas-elvirov.com diff --git a/manifest.json b/manifest.json index c5ca4ec..db13427 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "short_name": "Gloc", "author": "Kas Elvirov", "description": "Github Gloc - counts locs on GitHub pages", - "version": "10.0.8", + "version": "10.0.9", "action": { "default_icon": { "16": "img/icon16.png", @@ -42,14 +42,9 @@ "64": "img/icon64.png", "128": "img/icon128.png" }, - "applications": { - "gecko": { - "id": "{bc2166c4-e7a2-46d5-ad9e-342cef57f1f7}" - } - }, "browser_specific_settings": { "gecko": { - "id": "i@kas-elvirov.ru" + "id": "{bc2166c4-e7a2-46d5-ad9e-342cef57f1f7}" } } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8e68219..283f39b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gloc", - "version": "10.0.8", + "version": "10.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gloc", - "version": "10.0.8", + "version": "10.0.9", "license": "GPL-2.0", "dependencies": { "@crxjs/vite-plugin": "^2.0.0-beta.26", diff --git a/package.json b/package.json index 476b26e..72cec41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gloc", - "version": "10.0.8", + "version": "10.0.9", "engines": { "node": "16.19.0", "npm": "0.39.3" diff --git a/public/manifest.json b/public/manifest.json index 9195819..688c9b7 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,55 +1,50 @@ { - "manifest_version": 3, - "name": "Gloc", - "short_name": "Gloc", - "author": "Kas Elvirov", - "description": "Github Gloc - counts locs on GitHub pages", - "version": "10.0.7", - "action": { - "default_icon": { - "16": "img/icon16.png", - "32": "img/icon32.png", - "64": "img/icon64.png", - "128": "img/icon128.png" - }, - "default_title": "Github Gloc - counts locs on GitHub pages", - "default_popup": "popup.html" - }, - "options_ui": { - "page": "options.html" - }, - "options_page": "options.html", - "content_scripts": [ - { - "matches": [ - "*://github.com/*" - ], - "js": [ - "src/content.tsx" - ], - "run_at": "document_idle" - } - ], - "permissions": [ - "storage" - ], - "host_permissions": [ - "*://*.github.com/*" - ], - "icons": { - "16": "img/icon16.png", - "32": "img/icon32.png", - "64": "img/icon64.png", - "128": "img/icon128.png" - }, - "applications": { - "gecko": { - "id": "{bc2166c4-e7a2-46d5-ad9e-342cef57f1f7}" - } - }, - "browser_specific_settings": { - "gecko": { - "id": "i@kas-elvirov.ru" - } - } + "manifest_version": 3, + "name": "Gloc", + "short_name": "Gloc", + "author": "Kas Elvirov", + "description": "Github Gloc - counts locs on GitHub pages", + "version": "10.0.8", + "action": { + "default_icon": { + "16": "img/icon16.png", + "32": "img/icon32.png", + "64": "img/icon64.png", + "128": "img/icon128.png" + }, + "default_title": "Github Gloc - counts locs on GitHub pages", + "default_popup": "popup.html" + }, + "options_ui": { + "page": "options.html" + }, + "options_page": "options.html", + "content_scripts": [ + { + "matches": [ + "*://github.com/*" + ], + "js": [ + "src/content.tsx" + ], + "run_at": "document_idle" + } + ], + "permissions": [ + "storage" + ], + "host_permissions": [ + "*://*.github.com/*" + ], + "icons": { + "16": "img/icon16.png", + "32": "img/icon32.png", + "64": "img/icon64.png", + "128": "img/icon128.png" + }, + "browser_specific_settings": { + "gecko": { + "id": "{bc2166c4-e7a2-46d5-ad9e-342cef57f1f7}" + } + } } \ No newline at end of file