rentgen/manifest.json

35 wiersze
1.0 KiB
JSON
Czysty Zwykły widok Historia

2021-04-23 12:56:41 +00:00
{
2022-01-28 11:45:28 +00:00
"description": "Wtyczka Problematyczne zapytania pokazuje jakie dane zostały ~~wykradzione~~ wysłane do podmiotów trzecich przez odwiedzane strony.",
2022-01-24 11:21:28 +00:00
"manifest_version": 2,
"name": "Problematyczne requesty",
2022-01-28 10:36:59 +00:00
"version": "0.0.1",
2022-01-28 10:33:44 +00:00
"homepage_url": "https://git.internet-czas-dzialac.pl/icd/problematic-requests",
"background": {
"scripts": ["lib/background.js"]
},
2022-01-24 11:21:28 +00:00
"sidebar_action": {
2022-01-28 10:33:44 +00:00
"default_title": "Problematyczne requesty",
2022-01-24 11:21:28 +00:00
"default_panel": "sidebar/sidebar.html",
"default_icon": "icons/logo-black-square.svg",
"browser_style": true,
"open_at_install": true
},
"icons": {
2022-01-28 10:33:44 +00:00
"48": "icons/logo-black-square.svg"
2022-01-24 11:21:28 +00:00
},
"permissions": [
"proxy",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking",
"cookies",
"privacy"
],
"browser_specific_settings": {
"gecko": {
"id": "problematic-requests@internet-czas-dzialac.pl"
}
2021-10-03 07:03:56 +00:00
}
2021-04-23 12:56:41 +00:00
}