rentgen/manifest.json

34 lines
681 B
JSON
Raw Permalink Normal View History

2021-04-23 14:56:41 +02:00
{
"manifest_version": 2,
"name": "Problematyczne requesty",
"version": "1.0",
"description": "Adds a red border to all webpages matching mozilla.org.",
2021-10-03 09:03:56 +02:00
"sidebar_action": {
"default_title": "ICD Skaner",
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
}