Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/mozilla/add-ons/webextensions/manifest.json/name/index.md
6581 views
---
title: name slug: Mozilla/Add-ons/WebExtensions/manifest.json/name page-type: webextension-manifest-key tags: - Add-ons - Extensions - WebExtensions browser-compat: 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. Google Chrome and Microsoft Edge restrict the name length to 45 characters.

This is a localizable property.

Example

"name": "My Extension"

Browser compatibility

{{Compat}}