blob: 48c71ef5fd230b0c4b69bca263a0e62b5e7c25bc [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": [
"image/*"
],
"extensions": [
[".png"]
]
}
}
}