blob: 73be2f25404c9603d7e22f00a46529d143094548 [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/*"
]
},
"directories": {
"extensions": ["*"],
"include_directories": "invalid_value"
}
}
}