- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / launch_nothing / manifest.json
1 {
2   "name": "Platform App Launch Test",
3   "version": "1",
4   "file_handlers": {
5     "text": {
6       "types": [
7         "text/*"
8       ],
9       "title": "Test editor"
10     }
11   },
12   "app": {
13     "background": {
14       "scripts": ["test.js"]
15     }
16   }
17 }