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