| Index: chrome/test/data/extensions/api_test/speech_input/recognition/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/speech_input/recognition/manifest.json (revision 113054)
|
| +++ chrome/test/data/extensions/api_test/speech_input/recognition/manifest.json (working copy)
|
| @@ -4,5 +4,6 @@
|
| "manifest_version": 2,
|
| "description": "browser test for chrome.experimental.speechInput API",
|
| "background_page": "test.html",
|
| - "permissions": ["experimental"]
|
| + "permissions": ["experimental"],
|
| + "web_accessible_resources": ["test.html"]
|
| }
|
|
|