- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / hosted_app / manifest.json
1 {
2   "name": "hosted_app",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Trivial hosted app.",
6   "app": {
7     "urls": [
8       "http://localhost/extensions/hosted_app/main.html"
9     ],
10     "launch": {
11       "web_url": "http://localhost/extensions/hosted_app/main.html"
12     }
13   }
14 }