- add sources.
[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       "title": "Test editor"
10     }
11   },
12   "permissions": [
13     {
14       "fileSystem": []
15     }
16   ],
17   "app": {
18     "background": {
19       "scripts": ["test.js"]
20     }
21   }
22 }