rentgen/manifest.json

34 lines
619 B
JSON
Raw Normal View History

2021-04-23 14:56:41 +02:00
{
"manifest_version": 2,
"name": "Problematyczne requesty",
"version": "1.0",
2022-01-23 21:42:49 +01:00
"description": "",
2021-04-23 14:56:41 +02:00
2021-10-03 09:03:56 +02:00
"sidebar_action": {
2022-01-23 21:42:49 +01:00
"default_title": "ICD",
2021-11-07 13:01:01 +01:00
"default_panel": "sidebar/sidebar.html",
2021-10-03 09:03:56 +02:00
"default_icon": "sidebar_icon.png"
2021-04-23 14:56:41 +02:00
},
2021-11-07 13:57:24 +01:00
"background": {
"scripts": ["lib/background.js"]
},
2021-04-23 14:56:41 +02:00
"icons": {
"48": "icons/border-48.png"
},
"permissions": [
"proxy",
"storage",
"<all_urls>",
"webRequest",
2021-11-06 20:02:02 +01:00
"webRequestBlocking",
"cookies",
"privacy"
2021-10-03 09:03:56 +02:00
],
"browser_specific_settings": {
"gecko": {
"id": "problematic-requests@internet-czas-dzialac.pl"
}
}
2021-04-23 14:56:41 +02:00
}