{
"name": "Test App 1",
"version": "1",
"manifest_version": 2,
"permissions": ["unlimited_storage"],
"app": {
"urls": [
"http://www.example.com/path1",
"http://www.example.com/path2"
],
"launch": {
"web_url": "http://www.example.com/path1/foo.html"
}
}
}