Add an UMA stat to be able to see if the User pods are show on start screen,
[chromium-blink-merge.git] / extensions / test / data / manifest_tests / file_handlers_invalid_extension.json
blobdeda5c28485c60010e8a82333e153345f1ef56ee
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       "types": [
13         "text/*"
14       ]
15     },
16     "image": {
17       "types": [
18         "image/*"
19       ],
20       "extensions": "foo"
21     }
22   }