You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
588 B
JSON
32 lines
588 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Problematyczne requesty",
|
|
"version": "1.0",
|
|
|
|
"description": "Adds a red border to all webpages matching mozilla.org.",
|
|
|
|
"icons": {
|
|
"48": "icons/border-48.png"
|
|
},
|
|
|
|
"background": {
|
|
"scripts": ["problematic.js"]
|
|
},
|
|
|
|
"browser_action": {
|
|
"default_icon": "border-48.png",
|
|
"default_title": "Pokaż problematyczne requesty",
|
|
"default_popup": "popup.html"
|
|
},
|
|
"icons": {
|
|
"48": "icons/border-48.png"
|
|
},
|
|
"permissions": [
|
|
"proxy",
|
|
"storage",
|
|
"<all_urls>",
|
|
"webRequest",
|
|
"webRequestBlocking"
|
|
]
|
|
}
|