{
"name": "Minimum Version Hosted App",
"manifest_version": 2,
"version": "0",
"app": {
"launch": {
"web_url": "http://example.com"
},
"urls": [
"http://*.example.com"
]
},
"minimum_chrome_version": "1.0.0.1"
}