summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/app2/manifest.json
blob: 195e21d8448021fe97ab8905e202fce2c60d5875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "Test App 2",
  "version": "1",
  "app": {
    "urls": [
      "http://www.example.com/path3",
      "http://www.example.com/path4"
    ],
    "launch": {
      "web_url": "http://www.examle.com/path4/foo.html"
    }
  }
}