Update manifest and package
This commit is contained in:
parent
7d2c55cf8b
commit
b2ffb60bed
|
@ -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,
|
"manifest_version": 2,
|
||||||
"name": "Rentgen",
|
"name": "Rentgen",
|
||||||
|
"short_name": "Rentgen",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"author": "Kuba Orlik, Arkadiusz Wieczorek (Internet. Czas działać!)",
|
||||||
"homepage_url": "https://git.internet-czas-dzialac.pl/icd/rentgen",
|
"homepage_url": "https://git.internet-czas-dzialac.pl/icd/rentgen",
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["lib/background.js"]
|
"scripts": ["lib/background.js"]
|
||||||
},
|
},
|
||||||
|
"commands": {
|
||||||
|
"_execute_sidebar_action": {
|
||||||
|
"suggested_key": {
|
||||||
|
"default": "Ctrl+Shift+U"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"sidebar_action": {
|
"sidebar_action": {
|
||||||
"default_title": "Rentgen",
|
"default_title": "Rentgen",
|
||||||
"default_panel": "sidebar/sidebar.html",
|
"default_panel": "sidebar/sidebar.html",
|
||||||
|
|
12
package.json
12
package.json
|
@ -24,6 +24,18 @@
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"tai-password-strength": "^1.1.3"
|
"tai-password-strength": "^1.1.3"
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"ciasteczka",
|
||||||
|
"cookies",
|
||||||
|
"icd",
|
||||||
|
"internet czas działać",
|
||||||
|
"internet-czas-dzialac",
|
||||||
|
"privacy",
|
||||||
|
"prywatność",
|
||||||
|
"rentgen",
|
||||||
|
"śledzenie",
|
||||||
|
"tracking"
|
||||||
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/events": "^3.0.0",
|
"@types/events": "^3.0.0",
|
||||||
"@types/react-dom": "^17.0.9",
|
"@types/react-dom": "^17.0.9",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user