36 lines
801 B
JSON
36 lines
801 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Problematyczne requesty",
|
|
"version": "1.0",
|
|
|
|
"description": "",
|
|
|
|
"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"
|
|
}
|
|
}
|
|
}
|