- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / web_app_info / invalid_urls.json
1 {
2   "name": "hello",
3   "launch_url": "launch_url",
4   "urls": [
5     "relative",
6     "http://example.com/valid_absolute",
7     "http://someotherdomain.com/invalid_absolute"
8   ]
9 }