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