diff options
-rw-r--r-- | chrome/common/extensions/docs/manifest.html | 4 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/manifest.html | 4 |
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, |