From 727c09d87bb282e58e225c0d739fd98a5a09b0ff Mon Sep 17 00:00:00 2001 From: Arkadiusz Wieczorek Date: Fri, 28 Jan 2022 12:46:34 +0100 Subject: [PATCH] Change name --- manifest.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 296c362..f254304 100644 --- a/manifest.json +++ b/manifest.json @@ -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, - "name": "Problematyczne requesty", + "name": "Rentgen", "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": { "scripts": ["lib/background.js"] }, "sidebar_action": { - "default_title": "Problematyczne requesty", + "default_title": "Rentgen", "default_panel": "sidebar/sidebar.html", "default_icon": "icons/logo-black-square.svg", "browser_style": true, @@ -28,7 +28,7 @@ ], "browser_specific_settings": { "gecko": { - "id": "problematic-requests@internet-czas-dzialac.pl" + "id": "rentgen@internet-czas-dzialac.pl" } } } diff --git a/package.json b/package.json index 7a270d4..0f4d16a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "problematic-requests", + "name": "rentgen", "version": "0.0.1", "description": "", "main": "esbuild.config.js", @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "https://git.internet-czas-dzialac.pl/icd/problematic-requests.git" + "url": "https://git.internet-czas-dzialac.pl/icd/rentgen.git" }, "author": "", "license": "ISC",