blob: 76523083405a9944085c4195e0151e7e438fd935 [file] [log] [blame]
{
"name": "test",
"description": "App with file_handlers manifest.",
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"file_handlers": {
"text": {
"types": [
"text/*"
]
},
"directories": {
"extensions": ["*"],
"include_directories": "invalid_value"
}
}
}