41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"description": "Wtyczka Rentgen pokazuje jakie dane zostały ~~wykradzione~~ wysłane do podmiotów trzecich przez odwiedzane strony.",
|
|
"manifest_version": 2,
|
|
"name": "Rentgen",
|
|
"version": "0.0.1",
|
|
"homepage_url": "https://git.internet-czas-dzialac.pl/icd/rentgen",
|
|
"background": {
|
|
"scripts": ["lib/background.js"]
|
|
},
|
|
"sidebar_action": {
|
|
"default_title": "Rentgen",
|
|
"default_panel": "sidebar/sidebar.html",
|
|
"default_icon": {
|
|
"16": "assets/logo.svg",
|
|
"32": "assets/logo.svg",
|
|
"64": "assets/logo.svg"
|
|
},
|
|
"browser_style": true,
|
|
"open_at_install": true
|
|
},
|
|
"icons": {
|
|
"16": "assets/logo.svg",
|
|
"32": "assets/logo.svg",
|
|
"64": "assets/logo.svg"
|
|
},
|
|
"permissions": [
|
|
"proxy",
|
|
"storage",
|
|
"<all_urls>",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"cookies",
|
|
"privacy"
|
|
],
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "rentgen@internet-czas-dzialac.pl"
|
|
}
|
|
}
|
|
}
|