Manifest - short_name

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"
  // ...
}