From f58fa27cc3dbf581c074764ec6d64219949f2146 Mon Sep 17 00:00:00 2001
From: "aa@chromium.org"
Date: Wed, 6 Jan 2010 02:20:48 +0000
Subject: 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
---
chrome/common/extensions/docs/manifest.html | 12 +++++++++++-
chrome/common/extensions/docs/static/manifest.html | 8 ++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
(limited to 'chrome/common/extensions/docs')
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 @@
name
+ Minimum Chrome Version
+
permissions
version
@@ -295,6 +297,7 @@ are name and version.
"background_page": "aFile.html",
"chrome_url_overrides": {...},
"content_scripts": [...],
+ "minimum_chrome_version": "x.y",
"options_page": "aFile.html",
"permissions": [...],
"plugins": [...],
@@ -370,7 +373,14 @@ extension management UI,
and the extension gallery.
-permissions
+Minimum Chrome Version
+
+
+The version of Google Chrome that your extension requires, if any.
+The format for this string is the same as for the version
+field.
+
+
permissions
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 name and version.
"background_page": "aFile.html",
"chrome_url_overrides": {...},
"content_scripts": [...],
+ "minimum_chrome_version": "x.y",
"options_page": "aFile.html",
"permissions": [...],
"plugins": [...],
@@ -112,6 +113,13 @@ extension management UI,
and the extension gallery.
+Minimum Chrome Version
+
+
+The version of Google Chrome that your extension requires, if any.
+The format for this string is the same as for the version
+field.
+
permissions
--
cgit v1.1