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/author/index.md
6581 views
---
title: author slug: Mozilla/Add-ons/WebExtensions/manifest.json/author page-type: webextension-manifest-key tags: - Add-ons - Extensions - WebExtensions browser-compat: webextensions.manifest.author
---

{{AddonSidebar}}

Type String
Mandatory No
Manifest version 2 or higher
Example
"author": "Walt Whitman"

The extension's author, intended for display in the browser's user interface. If the developer key is supplied and it contains the "name" property, it will override the author key. There's no way to specify multiple authors.

This is a localizable property.

Example

"author": "Walt Whitman"

Browser compatibility

{{Compat}}