- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / speech / background_page_no_permission / manifest.json
1 {
2   "name": "Platform App Test: Speech recognition",
3   "description": "webkitSpeechRecognition test from background page of an app, app doesn't have audioCapture permission.",
4   "version": "1",
5   "app": {
6     "background": {
7       "scripts": ["test.js"]
8     }
9   }
10 }