2021-04-23 14:56:41 +02:00
|
|
|
{
|
2022-01-24 12:21:28 +01:00
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Problematyczne requesty",
|
|
|
|
"version": "1.0",
|
2021-04-23 14:56:41 +02:00
|
|
|
|
2022-01-24 12:21:28 +01:00
|
|
|
"description": "",
|
2021-04-23 14:56:41 +02:00
|
|
|
|
2022-01-24 12:21:28 +01:00
|
|
|
"sidebar_action": {
|
|
|
|
"default_title": "Problematic requests",
|
|
|
|
"default_panel": "sidebar/sidebar.html",
|
|
|
|
"default_icon": "icons/logo-black-square.svg",
|
|
|
|
"browser_style": true,
|
|
|
|
"open_at_install": true
|
|
|
|
},
|
|
|
|
"background": {
|
|
|
|
"scripts": ["lib/background.js"]
|
|
|
|
},
|
|
|
|
"icons": {
|
|
|
|
"48": "icons/border-48.png"
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"proxy",
|
|
|
|
"storage",
|
|
|
|
"<all_urls>",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
|
|
|
"cookies",
|
|
|
|
"privacy"
|
|
|
|
],
|
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "problematic-requests@internet-czas-dzialac.pl"
|
|
|
|
}
|
2021-10-03 09:03:56 +02:00
|
|
|
}
|
2021-04-23 14:56:41 +02:00
|
|
|
}
|