Upstream version 9.38.198.0
[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     }
10   },
11   "app": {
12     "background": {
13       "scripts": ["test.js"]
14     }
15   }
16 }