2021-04-23 14:56:41 +02:00
{
2022-07-09 10:56:30 +02:00
"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." ,
2022-01-24 12:21:28 +01:00
"manifest_version" : 2 ,
2022-01-28 12:46:34 +01:00
"name" : "Rentgen" ,
2022-01-29 17:12:08 +01:00
"short_name" : "Rentgen" ,
2022-07-09 10:56:30 +02:00
"version" : "0.1.0" ,
2022-01-29 17:12:08 +01:00
"author" : "Kuba Orlik, Arkadiusz Wieczorek (Internet. Czas działać!)" ,
2022-01-28 12:46:34 +01:00
"homepage_url" : "https://git.internet-czas-dzialac.pl/icd/rentgen" ,
2022-01-28 11:33:44 +01:00
"background" : {
"scripts" : [ "lib/background.js" ]
} ,
2022-01-29 17:12:08 +01:00
"commands" : {
"_execute_sidebar_action" : {
"suggested_key" : {
"default" : "Ctrl+Shift+U"
}
}
} ,
2022-04-11 13:09:53 +02:00
"browser_action" : {
"default_icon" : "assets/icon-addon.svg" ,
2022-01-28 12:46:34 +01:00
"default_title" : "Rentgen" ,
2022-04-13 11:44:59 +02:00
"default_popup" : "components/toolbar/toolbar.html"
2022-01-24 12:21:28 +01:00
} ,
"icons" : {
2022-01-29 12:47:56 +01:00
"16" : "assets/icon-addon.svg" ,
"32" : "assets/icon-addon.svg" ,
"64" : "assets/icon-addon.svg"
2022-01-24 12:21:28 +01:00
} ,
"permissions" : [
"proxy" ,
"storage" ,
"<all_urls>" ,
"webRequest" ,
"webRequestBlocking" ,
"cookies" ,
"privacy"
] ,
2022-01-29 17:23:56 +01:00
2022-01-24 12:21:28 +01:00
"browser_specific_settings" : {
"gecko" : {
2022-01-29 17:23:56 +01:00
"id" : "rentgen@internet-czas-dzialac.pl" ,
"strict_min_version" : "91.1.0"
2022-01-24 12:21:28 +01:00
}
2021-10-03 09:03:56 +02:00
}
2021-04-23 14:56:41 +02:00
}