blob: 8ae6ed8fed6ba281963795d37375003bd386d9dd [file] [log] [blame]
{
"name": "test",
"manifest_version": 2,
"description": "App with file_handlers manifest.",
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"file_handlers": {
"text": {
}
}
}