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