Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.32 KB

File metadata and controls

47 lines (36 loc) · 1.32 KB
title slug page-type browser-compat
name
Mozilla/Add-ons/WebExtensions/manifest.json/name
webextension-manifest-key
webextensions.manifest.name

{{AddonSidebar}}

Type String
Mandatory Yes
Example
"name": "My Extension"

Name of the extension. This is used to identify the extension in the browser's user interface and on sites like addons.mozilla.org.

It's good practice to keep the name short enough to display in the UI. Also, the length of the name of a published extension may be limited. For example, as of February 2024:

  • addons.mozilla.org accepts a maximum of 50 characters.
  • the Chrome Web Store accepts a maximum of 75 characters.
  • the Microsoft Edge Addons store accepts a maximum of 45 characters.

These restrictions do not apply to self-hosted extensions or extensions distributed outside the stores.

This is a localizable property.

Example

"name": "My Extension"

Browser compatibility

{{Compat}}