blob: 65e21aa6a90c4febd7f213e8003318611a04d1f4 [file] [log] [blame]
{
"name": "test",
"description": "App with file_handlers manifest.",
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"file_handlers": {
"text": {
"types": [
"text/*"
]
},
"verb": {
"extensions": ["*"],
"verb": "invalid_verb"
}
}
}