| Index: chrome/common/extensions/docs/examples/extensions/ttsdemo/manifest.json
|
| ===================================================================
|
| --- chrome/common/extensions/docs/examples/extensions/ttsdemo/manifest.json (revision 0)
|
| +++ chrome/common/extensions/docs/examples/extensions/ttsdemo/manifest.json (revision 0)
|
| @@ -0,0 +1,17 @@
|
| +{
|
| + "app": {
|
| + "launch": {
|
| + "local_path": "ttsdemo.html"
|
| + }
|
| + },
|
| + "description": "Demo Chrome's synthesized text-to-speech capabilities.",
|
| + "icons": {
|
| + "16": "16.png",
|
| + "128": "128.png",
|
| + "256": "256.png"
|
| + },
|
| + "minimum_chrome_version": "14",
|
| + "name": "TTS Demo",
|
| + "permissions": [ "tts" ],
|
| + "version": "2.1"
|
| +}
|
|
|