blob: 86d499313d416fafbdaa4b4bf18eac938ad8260b [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": [
42
]
},
"image": {
"types": [
"image/*"
],
"extensions": [
".png",
".gif"
]
}
}
}