Index: chrome/common/extensions/docs/i18n-messages.html |
diff --git a/chrome/common/extensions/docs/i18n-messages.html b/chrome/common/extensions/docs/i18n-messages.html |
index b9bc9c0931fbd9cc4a1550bad41f8a03f3868663..7615abb1aff30b4df4a56d40a89795e985fc3743 100644 |
--- a/chrome/common/extensions/docs/i18n-messages.html |
+++ b/chrome/common/extensions/docs/i18n-messages.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> |
@@ -687,6 +696,13 @@ because its value is obvious from the "content" field. |
</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 --> |