blob: a00adb316d15329a397a540248837262e3f4bbc9 [file] [log] [blame]
{
"name": "Platform App Launch Test",
"manifest_version": 2,
"version": "1",
"file_handlers": {
"text": {
"types": [
"text/*"
]
}
},
"app": {
"background": {
"scripts": ["test.js"]
}
}
}