blob: 39b1c676f6d14159bc7731443bc883d79ac146dd [file] [log] [blame]
{
"name": "test",
"description": "App with file_handlers manifest.",
"version": "1",
"file_handlers": {
"text": {
"types": [
"text/*"
]
},
"image": {
"types": [
"image/*"
],
"extensions": [
".png",
".gif"
]
}
}
}