summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-06 02:20:48 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-06 02:20:48 +0000
commitf58fa27cc3dbf581c074764ec6d64219949f2146 (patch)
tree8d009fc6f7e580e2e8b68f30074644eb99cb08fa /chrome/common/extensions/docs
parent1ff67fb4bb72dfc919ca9f16a8d4dcab983bc02c (diff)
downloadchromium_src-f58fa27cc3dbf581c074764ec6d64219949f2146.zip
chromium_src-f58fa27cc3dbf581c074764ec6d64219949f2146.tar.gz
chromium_src-f58fa27cc3dbf581c074764ec6d64219949f2146.tar.bz2
Add a "minimum_chrome_version" key to the manifest.
BUG=24737 Review URL: http://codereview.chromium.org/521036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs')
-rw-r--r--chrome/common/extensions/docs/manifest.html12
-rw-r--r--chrome/common/extensions/docs/static/manifest.html8
2 files changed, 19 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index 8383376..d6c3e40 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -210,6 +210,8 @@
</li><li>
<a href="#name">name</a>
</li><li>
+ <a href="#minimum_chrome_version">Minimum Chrome Version</a>
+ </li><li>
<a href="#permissions">permissions</a>
</li><li>
<a href="#version">version</a>
@@ -295,6 +297,7 @@ are <b>name</b> and <b>version</b>.
"<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html",
"<a href="override.html">chrome_url_overrides</a>": {...},
"<a href="content_scripts.html">content_scripts</a>": [...],
+ "<a href="#minimum_chrome_version">minimum_chrome_version</a>": "x.y",
"<a href="options.html">options_page</a>": "<em>aFile</em>.html",
"<a href="#permissions">permissions</a>": [...],
"<a href="npapi.html">plugins</a>": [...],
@@ -370,7 +373,14 @@ extension management UI,
and the <a href="https://chrome.google.com/extensions">extension gallery</a>.
</p>
-<h3 id="permissions">permissions</h3>
+<h3 id="minimum_chrome_version">Minimum Chrome Version</h3>
+
+<p>
+The version of Google Chrome that your extension requires, if any.
+The format for this string is the same as for the <a href="#version">version
+field</a>.
+
+</p><h3 id="permissions">permissions</h3>
<p>
An array of permissions that the extension might use.
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html
index dfa2c9d..802b26e 100644
--- a/chrome/common/extensions/docs/static/manifest.html
+++ b/chrome/common/extensions/docs/static/manifest.html
@@ -36,6 +36,7 @@ are <b>name</b> and <b>version</b>.
"<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html",
"<a href="override.html">chrome_url_overrides</a>": {...},
"<a href="content_scripts.html">content_scripts</a>": [...],
+ "<a href="#minimum_chrome_version">minimum_chrome_version</a>": "x.y",
"<a href="options.html">options_page</a>": "<em>aFile</em>.html",
"<a href="#permissions">permissions</a>": [...],
"<a href="npapi.html">plugins</a>": [...],
@@ -112,6 +113,13 @@ extension management UI,
and the <a href="https://chrome.google.com/extensions">extension gallery</a>.
</p>
+<h3 id="minimum_chrome_version">Minimum Chrome Version</h3>
+
+<p>
+The version of Google Chrome that your extension requires, if any.
+The format for this string is the same as for the <a href="#version">version
+field</a>.
+
<h3 id="permissions">permissions</h3>
<p>