Index: chrome/common/extensions/docs/manifest.html |
=================================================================== |
--- chrome/common/extensions/docs/manifest.html (revision 93167) |
+++ chrome/common/extensions/docs/manifest.html (working copy) |
@@ -808,6 +808,16 @@ |
<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. |