From b2ffb60bed23d7a3ea29179cc42cd8de8dd66842 Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Sat, 29 Jan 2022 17:12:08 +0100 Subject: [PATCH] Update manifest and package --- manifest.json | 11 ++++++- package.json | 80 +++++++++++++++++++++++++++++---------------------- 2 files changed, 56 insertions(+), 35 deletions(-) diff --git a/manifest.json b/manifest.json index a5c362d..1dd4bac 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,21 @@ { - "description": "Wtyczka Rentgen pokazuje jakie dane zostały ~~wykradzione~~ wysłane do podmiotów trzecich przez odwiedzane strony.", + "description": "Rentgen to wtyczka dla przeglądarek opartych o Firefoxa, która automatycznie wizualizuje, jakie dane zostały wykradzione wysłane do podmiotów trzecich przez odwiedzane strony.", "manifest_version": 2, "name": "Rentgen", + "short_name": "Rentgen", "version": "0.0.1", + "author": "Kuba Orlik, Arkadiusz Wieczorek (Internet. Czas działać!)", "homepage_url": "https://git.internet-czas-dzialac.pl/icd/rentgen", "background": { "scripts": ["lib/background.js"] }, + "commands": { + "_execute_sidebar_action": { + "suggested_key": { + "default": "Ctrl+Shift+U" + } + } + }, "sidebar_action": { "default_title": "Rentgen", "default_panel": "sidebar/sidebar.html", diff --git a/package.json b/package.json index 62f970b..f012413 100644 --- a/package.json +++ b/package.json @@ -1,36 +1,48 @@ { - "name": "rentgen", - "version": "0.0.1", - "description": "A simple Firefox extension that visualizes all the data that a given website sends to third parties.", - "main": "esbuild.config.js", - "type": "module", - "scripts": { - "build": "node esbuild.config.js", - "watch": "node esbuild.config.js --watch", - "typecheck": "tsc --noEmit" - }, - "repository": { - "type": "git", - "url": "https://git.internet-czas-dzialac.pl/icd/rentgen.git" - }, - "homepage": "https://git.internet-czas-dzialac.pl/icd/rentgen", - "author": "Kuba Orlik, Arkadiusz Wieczorek", - "license": "GPL-3.0-or-later", - "dependencies": { - "@iabtcf/core": "^1.3.1", - "@types/proposal-relative-indexing-method": "^0.1.0", - "events": "^3.3.0", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "tai-password-strength": "^1.1.3" - }, - "devDependencies": { - "@types/events": "^3.0.0", - "@types/react-dom": "^17.0.9", - "esbuild": "^0.14.14", - "esbuild-plugin-sass": "^1.0.1", - "esbuild-plugin-svgr": "^1.0.0", - "web-ext": "^6.6.0", - "web-ext-types": "^3.2.1" - } + "name": "rentgen", + "version": "0.0.1", + "description": "A simple Firefox extension that visualizes all the data that a given website sends to third parties.", + "main": "esbuild.config.js", + "type": "module", + "scripts": { + "build": "node esbuild.config.js", + "watch": "node esbuild.config.js --watch", + "typecheck": "tsc --noEmit" + }, + "repository": { + "type": "git", + "url": "https://git.internet-czas-dzialac.pl/icd/rentgen.git" + }, + "homepage": "https://git.internet-czas-dzialac.pl/icd/rentgen", + "author": "Kuba Orlik, Arkadiusz Wieczorek", + "license": "GPL-3.0-or-later", + "dependencies": { + "@iabtcf/core": "^1.3.1", + "@types/proposal-relative-indexing-method": "^0.1.0", + "events": "^3.3.0", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "tai-password-strength": "^1.1.3" + }, + "keywords": [ + "ciasteczka", + "cookies", + "icd", + "internet czas działać", + "internet-czas-dzialac", + "privacy", + "prywatność", + "rentgen", + "śledzenie", + "tracking" + ], + "devDependencies": { + "@types/events": "^3.0.0", + "@types/react-dom": "^17.0.9", + "esbuild": "^0.14.14", + "esbuild-plugin-sass": "^1.0.1", + "esbuild-plugin-svgr": "^1.0.0", + "web-ext": "^6.6.0", + "web-ext-types": "^3.2.1" + } }