OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 "name": "Platform App Test: Speech recognition", | |
3 "description": "webkitSpeechRecognition test from background page of an app.", | |
4 "version": "1", | |
5 "permissions": [ | |
6 "audioCapture" | |
7 ], | |
8 "app": { | |
9 "background": { | |
10 "scripts": ["test.js"] | |
11 } | |
12 } | |
13 } | |
OLD | NEW |