From ffe87b25774f06f8848306ca9313294d9602b43c Mon Sep 17 00:00:00 2001 From: "kathyw@google.com" Date: Tue, 24 Nov 2009 18:55:42 +0000 Subject: 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 --- chrome/common/extensions/docs/manifest.html | 4 +++- chrome/common/extensions/docs/static/manifest.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'chrome') 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 Field summary.

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:

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 Field summary.

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:

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, -- cgit v1.1