Index: chrome/common/extensions/docs/static/manifest.html |
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html |
index 5898ab5b7925542be12f9e0f79a132f6c9c6413f..0149fdf27fd80c3cefa411ca81fd7a263bab608c 100644 |
--- a/chrome/common/extensions/docs/static/manifest.html |
+++ b/chrome/common/extensions/docs/static/manifest.html |
@@ -700,6 +700,13 @@ 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> |