46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"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.1.5",
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"browser_action": {
|
|
"default_icon": "assets/icon-addon.svg",
|
|
"default_title": "Rentgen",
|
|
"default_popup": "components/toolbar/toolbar.html"
|
|
},
|
|
"icons": {
|
|
"16": "assets/icon-addon.svg",
|
|
"32": "assets/icon-addon.svg",
|
|
"64": "assets/icon-addon.svg"
|
|
},
|
|
"permissions": [
|
|
"proxy",
|
|
"storage",
|
|
"<all_urls>",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"cookies",
|
|
"privacy"
|
|
],
|
|
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "rentgen@internet-czas-dzialac.pl",
|
|
"strict_min_version": "91.1.0"
|
|
}
|
|
}
|
|
}
|