summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/manifest.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/manifest.html')
-rw-r--r--chrome/common/extensions/docs/manifest.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index ce653a1..2338a0c 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -808,6 +808,16 @@ table.
<a href="windows.html">chrome.windows</a> module. </td>
</tr>
<tr>
+ <td> "tts" </td>
+ <td> Required if the extension uses the
+ <a href="tts.html">chrome.tts</a> module. </td>
+</tr>
+<tr>
+ <td> "ttsEngine" </td>
+ <td> Required if the extension uses the
+ <a href="ttsEngine.html">chrome.ttsEngine</a> module. </td>
+</tr>
+<tr>
<td> "unlimitedStorage"</td>
<td> Provides an unlimited quota for storing HTML5 client-side data,
such as databases and local storage files.