Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / file_handlers_invalid_no_type_or_extension.json
1 {
2   "name": "test",
3   "description": "App with file_handlers manifest.",
4   "version": "1",
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "file_handlers": {
11     "text": {
12       "title": "Text editor"
13     }
14   }
15 }