blob: 673680e5746bd2f068c4b415df42d9f0eaed3876 [file] [log] [blame]
{
"name": "Shill Log Processor",
"version": "0.1",
"manifest_version": 2,
"description": "Log processor for Shill network logs.",
"offline_enabled": true,
"options_page": "service_states.html",
"icons": {
"128": "wifi_icon.png"
},
"background": {
"scripts": ["background.js"],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://listnr.corp.google.com/*",
"https://listnr-test.corp.google.com/*",
"https://listnrcrash.corp.google.com/*"
],
"js": ["listnr_content_script.js"],
"run_at": "document_end"
}
],
"permissions": [
"https://binary-feedback.googleusercontent.com/"
]
}