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