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