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