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