Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5413)

Unified Diff: chrome/common/extensions/docs/examples/extensions/ttsdemo/manifest.json

Issue 8114011: Add sample extensions that use the text-to-speech (TTS) API. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+}

Powered by Google App Engine
This is Rietveld 408576698