blob: 13c344b2032da43883135086afd66b9aa748473b [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": [
"image/*"
],
"extensions": [
".png",
".gif"
],
"verb": "add_to"
},
"directories": {
"extensions": ["*/*"],
"include_directories": true
}
}
}