Change name

This commit is contained in:
Arkadiusz Wieczorek 2022-01-28 12:46:34 +01:00
parent bfe9a702e3
commit 727c09d87b
2 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,14 @@
{ {
"description": "Wtyczka Problematyczne zapytania pokazuje jakie dane zostały ~~wykradzione~~ wysłane do podmiotów trzecich przez odwiedzane strony.", "description": "Wtyczka Rentgen pokazuje jakie dane zostały ~~wykradzione~~ wysłane do podmiotów trzecich przez odwiedzane strony.",
"manifest_version": 2, "manifest_version": 2,
"name": "Problematyczne requesty", "name": "Rentgen",
"version": "0.0.1", "version": "0.0.1",
"homepage_url": "https://git.internet-czas-dzialac.pl/icd/problematic-requests", "homepage_url": "https://git.internet-czas-dzialac.pl/icd/rentgen",
"background": { "background": {
"scripts": ["lib/background.js"] "scripts": ["lib/background.js"]
}, },
"sidebar_action": { "sidebar_action": {
"default_title": "Problematyczne requesty", "default_title": "Rentgen",
"default_panel": "sidebar/sidebar.html", "default_panel": "sidebar/sidebar.html",
"default_icon": "icons/logo-black-square.svg", "default_icon": "icons/logo-black-square.svg",
"browser_style": true, "browser_style": true,
@ -28,7 +28,7 @@
], ],
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "problematic-requests@internet-czas-dzialac.pl" "id": "rentgen@internet-czas-dzialac.pl"
} }
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "problematic-requests", "name": "rentgen",
"version": "0.0.1", "version": "0.0.1",
"description": "", "description": "",
"main": "esbuild.config.js", "main": "esbuild.config.js",
@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.internet-czas-dzialac.pl/icd/problematic-requests.git" "url": "https://git.internet-czas-dzialac.pl/icd/rentgen.git"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",