Index: chrome/common/extensions/docs/match_patterns.html |
diff --git a/chrome/common/extensions/docs/match_patterns.html b/chrome/common/extensions/docs/match_patterns.html |
index 50e207f01376d1029248b8f90af9c486c77a49d7..167c5893d5289624a2945868c7a0d96aff065165 100644 |
--- a/chrome/common/extensions/docs/match_patterns.html |
+++ b/chrome/common/extensions/docs/match_patterns.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> |
@@ -532,6 +541,13 @@ Here are some examples of <em>invalid</em> pattern matches: |
</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 --> |