Upstream version 11.40.277.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / launch_file_with_any_extension / manifest.json
1 {
2   "name": "Platform App Launch Test",
3   "version": "1",
4   "file_handlers": {
5     "text": {
6       "extensions": [
7         "*"
8       ]
9     }
10   },
11   "app": {
12     "background": {
13       "scripts": ["test.js"]
14     }
15   },
16   "permissions": [
17     "fileSystem"
18   ]
19 }