Index: chrome/test/data/extensions/platform_apps/speech/background_page/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/speech/background_page/manifest.json b/chrome/test/data/extensions/platform_apps/speech/background_page/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..55144e3b22ede30d5683f6664df0a5c18e8751e6 |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/speech/background_page/manifest.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "name": "Platform App Test: Speech recognition", |
+ "description": "webkitSpeechRecognition test from background page of an app.", |
+ "version": "1", |
+ "permissions": [ |
+ "audioCapture" |
+ ], |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
+ } |
+} |