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