- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / app_dot_com_app / manifest.json
1 {
2   "name": "App Dot Com: The App",
3   "version": "0.1",
4   "manifest_version": 2,
5   "app": {
6     "launch": {
7       "container": "tab",
8       "web_url": "http://app.com/"
9     },
10     "urls": [ "http://app.com/" ]
11   }
12 }