blob: 60071f9d881465ccd706a1b1368059e2e95e5883 [file] [log] [blame]
{
"name": "Basic HTTP Auth Extension",
"version": "1.0",
"description": "Send credentials to basic HTTP auth pages.",
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": ["background.js"]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"tabs",
"https://*/*",
"http://*/*"
]
}