Index: chrome/common/extensions/docs/manifest.html |
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html |
index 5acbb5d7dc55ea42548bca48c4c7ee5ccfc5d4f7..ab5be7a52bdd6e4b02b80db91e7085f4116f5d42 100644 |
--- a/chrome/common/extensions/docs/manifest.html |
+++ b/chrome/common/extensions/docs/manifest.html |
@@ -850,6 +850,12 @@ The changes between version 1 and version 2 of the manifest file format are |
described in detail in <a href="manifestVersion.html">the |
<code>manifest_version</code> documentation.</a> |
</p> |
+<p class="caution"> |
+ Setting <code>manifest_version</code> 2 in Chrome 17 or lower is not |
+ recommended. If your extension needs to work in older versions of Chrome, |
+ stick with version 1 for the moment. We'll give you ample warning before |
+ version 1 stops working. |
+</p> |
<h3 id="web_accessible_resources">web_accessible_resources</h3> |
<p> |
An array of strings specifying the paths (relative to the package root) of |