blob: 119c78cb4c82079bda50dbc271c15ab7cbcd42d3 [file] [log] [blame]
{
"name": "Platform App Launch Test",
"manifest_version": 2,
"version": "1",
"file_handlers": {
"unknown": {
"types": [
"application/octet-stream"
]
}
},
"app": {
"background": {
"scripts": ["test.js"]
}
},
"permissions": [
"fileSystem"
]
}