| Index: chrome/common/extensions/docs/static/manifest.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/static/manifest.html (revision 35659)
|
| +++ chrome/common/extensions/docs/static/manifest.html (working copy)
|
| @@ -26,6 +26,7 @@
|
| <em>// Recommended</em>
|
| "<a href="#description">description</a>": "<em>A plain text description</em>",
|
| "<a href="#icons">icons</a>": { ... },
|
| + "<a href="#default_locale">default_locale</a>": "en",
|
|
|
| <em>// Pick one (or none)</em>
|
| "<a href="browserAction.html">browser_action</a>": {...},
|
| @@ -102,6 +103,19 @@
|
| <a href="http://www.google.com/support/chrome/bin/answer.py?answer=113909">gallery help</a>.
|
| </p>
|
|
|
| +<h3 id="default_locale">default_locale</h3>
|
| +
|
| +<p>
|
| +Specifies the subdirectory of <code>_locales</code>
|
| +that contains the default strings for this extension.
|
| +This field is <b>required</b> in extensions
|
| +that have a <code>_locales</code> directory;
|
| +it <b>must be absent</b> in extensions
|
| +that have no <code>_locales</code> directory.
|
| +For details, see
|
| +<a href="i18n.html">Internationalization</a>.
|
| +</p>
|
| +
|
| <h3 id="name">name</h3>
|
|
|
| <p>
|
|
|