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