| Index: chrome/common/extensions/docs/tutorials.html
|
| diff --git a/chrome/common/extensions/docs/tutorials.html b/chrome/common/extensions/docs/tutorials.html
|
| index 9fd922d4f969ec993976b34ad8c2e8d1e2e8f515..de7a366fcfd29c04caa7f9a9fbd92664b1d67ff2 100644
|
| --- a/chrome/common/extensions/docs/tutorials.html
|
| +++ b/chrome/common/extensions/docs/tutorials.html
|
| @@ -59,6 +59,15 @@
|
| <dd>
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd>
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd>
|
| @@ -371,6 +380,13 @@ more specialized topics:
|
| </div>
|
| </div>
|
|
|
| + <!-- MIN_VERSION -->
|
| + <p>
|
| + This function was added in version <b><span></span></b>.
|
| + If you require this function, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </p>
|
| </div> <!-- /description -->
|
|
|
| </div> <!-- /apiItem -->
|
|
|