Welcome What's new in Chrome extensions API reference Samples
Welcome What's new in Chrome extensions API reference Samples

Manifest - short_name

Published on Updated on

An optional manifest key defining the short version of the extension's name (maximum of 12 characters recommended). If this key is not specified, a truncated version of the "name" key will be used. The short name is typically used where there is insufficient space to display the full name.

{
// ...
"short_name": "Short Name"
// ...
}

Updated on Improve article

This site uses cookies to deliver and enhance the quality of its services and to analyze traffic. If you agree, cookies are also used to serve advertising and to personalize the content and advertisements that you see. Learn more about our use of cookies.