Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / chrome / test / data / web_app_info / full.json
blobab581606f8c64fc7b83480b0ac750977bc276b02
2   "name": "hello",
3   "description": "This app is super awesome",
4   "launch_url": "launch_url",
5   "launch_container": "panel",
6   "permissions": [ "geolocation", "notifications" ],
7   "offline_enabled": true,
8   "urls": [ "foobar", "baz" ],
9   "icons": {
10     "ignored": "ignored.png",
11     "16": "16.png",
12     // We also ignore this because it is larger than 128.
13     "500": "500.png"
14   }