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