{
"name": "Platform App Test: Speech recognition",
"manifest_version": 2,
"description": "webkitSpeechRecognition test from background page of an app, app doesn't have audioCapture permission.",
"version": "1",
"app": {
"background": {
"scripts": ["test.js"]
}
}
}