name
Type | String |
---|---|
Mandatory | Yes |
Example | json
|
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
json
"name": "My Extension"
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | ||||||
---|---|---|---|---|---|---|---|
name |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.