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