rentgen/manifest.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2021-04-23 14:56:41 +02:00
{
2022-01-28 12:46:34 +01:00
"description": "Wtyczka Rentgen pokazuje 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-28 11:36:59 +01:00
"version": "0.0.1",
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-24 12:21:28 +01:00
"sidebar_action": {
2022-01-28 12:46:34 +01:00
"default_title": "Rentgen",
2022-01-24 12:21:28 +01:00
"default_panel": "sidebar/sidebar.html",
"default_icon": {
"16": "assets/logo.svg",
"32": "assets/logo.svg",
"64": "assets/logo.svg"
},
2022-01-24 12:21:28 +01:00
"browser_style": true,
"open_at_install": true
},
"icons": {
"16": "assets/logo.svg",
"32": "assets/logo.svg",
"64": "assets/logo.svg"
2022-01-24 12:21:28 +01:00
},
"permissions": [
"proxy",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking",
"cookies",
"privacy"
],
"browser_specific_settings": {
"gecko": {
2022-01-28 12:46:34 +01:00
"id": "rentgen@internet-czas-dzialac.pl"
2022-01-24 12:21:28 +01:00
}
2021-10-03 09:03:56 +02:00
}
2021-04-23 14:56:41 +02:00
}