summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-24 18:55:42 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-24 18:55:42 +0000
commitffe87b25774f06f8848306ca9313294d9602b43c (patch)
treeb4fa143ae03890085009699abb7f17ff606a9507 /chrome/common
parent9f7c4fdc2d5fab8cca68ddb50217db9b62b525e3 (diff)
downloadchromium_src-ffe87b25774f06f8848306ca9313294d9602b43c.zip
chromium_src-ffe87b25774f06f8848306ca9313294d9602b43c.tar.gz
chromium_src-ffe87b25774f06f8848306ca9313294d9602b43c.tar.bz2
Document the maximum # of characters for the name and
description fields. BUG=28664 TEST=none TBR=nickbaum Review URL: http://codereview.chromium.org/436027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/extensions/docs/manifest.html4
-rw-r--r--chrome/common/extensions/docs/static/manifest.html4
2 files changed, 6 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index f9c3506..a418282 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -318,7 +318,8 @@ see the <a href="#overview">Field summary</a>.
<p>
A plain text string
-(no HTML or other formatting)
+(no HTML or other formatting;
+at most 132 characters)
that describes the extension.
The description should be suitable for both
the browser's extension management UI
@@ -348,6 +349,7 @@ Here's an example of specifying all four icon sizes:
<p>
A short, plain text string
+(no more than 45 characters)
that identifies the extension.
The name is used in the install dialog,
extension management UI,
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html
index 953d8df..c9edcae 100644
--- a/chrome/common/extensions/docs/static/manifest.html
+++ b/chrome/common/extensions/docs/static/manifest.html
@@ -57,7 +57,8 @@ see the <a href="#overview">Field summary</a>.
<p>
A plain text string
-(no HTML or other formatting)
+(no HTML or other formatting;
+no more than 132 characters)
that describes the extension.
The description should be suitable for both
the browser's extension management UI
@@ -88,6 +89,7 @@ Here's an example of specifying all four icon sizes:
<p>
A short, plain text string
+(no more than 45 characters)
that identifies the extension.
The name is used in the install dialog,
extension management UI,