Index: chrome/common/extensions/api/tts.json |
diff --git a/chrome/common/extensions/api/tts.json b/chrome/common/extensions/api/tts.json |
index 3b2abf240c35e045a07b612fc2a72908f1afc1e3..f8d87c19c975d58d30105234c44576b98a3e7468 100644 |
--- a/chrome/common/extensions/api/tts.json |
+++ b/chrome/common/extensions/api/tts.json |
@@ -5,6 +5,8 @@ |
[ |
{ |
"namespace": "tts", |
+ "description": "Use the <code>chrome.tts</code> module to play synthesized text-to-speech (TTS). See also the related <a href='http://developer.chrome.com/extensions/ttsEngine.html'>ttsEngine</a> module, which allows an extension to implement a speech engine.", |
+ "availability": "14", |
"types": [ |
{ |
"id": "TtsEvent", |