Supported Manifest Keys
Descriptions of all manifest keys supported by Thunderbird.
Several manifest keys in the following table are common to Thunderbird and Firefox and link to MDN description pages. Please be aware, that MDN is dedicated to browsers and of course to Firefox. Some information listed on MDN may not apply to Thunderbird.
The two columns MV2 and MV3 specify whether the manifest key is supported in Manifest V2 and/or Manifest V3.
Manifest Key | MV2 | MV3 | Description |
---|---|---|---|
action | A browser action is a button that your extension can add to Thunderbird's main mailTab toolbar. The button has an icon, and may optionally have a popup whose content is specified using HTML, CSS, and JavaScript.
Note: This key has been renamed from | ||
Deprecated. Use
instead. | |||
Defines the extension's author. If the | |||
Use the | |||
A browser action is a button that your extension can add to Thunderbird's main mailTab toolbar. The button has an icon, and may optionally have a popup whose content is specified using HTML, CSS, and JavaScript.
Note: This key has been renamed from | |||
Defines properties that are specific to a particular host application. Information for Thunderbird are stored in:
More details can be found in our hello world example. | |||
Defines a file link provider, which can be used to upload large attachments to a server, instead of attaching them directly to the email. | |||
Use the commands API to add keyboard shortcuts that trigger actions in your extension, for example, an action to open a browser action popup. | |||
Instructs Thunderbird to load content scripts into web page tabs and windows, whose URL matches a given pattern. | |||
The default policy restricts the sources from which a content script can load | |||
A compose action is a button that your extension can add to the toolbar of Thunderbird's message compose tabs. The button has an icon, and may optionally have a popup whose content is specified using HTML, CSS, and JavaScript. | |||
This key must be present if the extension contains the | |||
Defines a short description of the extension, intended for display in the Add-ons Manager. This is a localizable property. | |||
Defines the name of the extension's developer and their homepage URL, intended for display in the add-on manager tab. The | |||
The | |||
URL for the extension's home page. If the This is a localizable property. | |||
The | |||
This key specifies the manifest version used by this extension. Supported are | |||
A message display action is a button that your extension can add to the toolbar of Thunderbird's message display tabs. The button has an icon, and may optionally have a popup whose content is specified using HTML, CSS, and JavaScript. | |||
Defines the name of the extension. This is used to identify the extension in the Add-on manager and on sites like addons.thunderbird.net. | |||
Defines permissions, which should be requested dynamically (when needed) and not during install. | |||
Defines an options page for your extension. | |||
This key requests special powers for your extension. This key is an array of strings, and each string is a request for a permission. | |||
This key registers one or more web-based protocol handlers. It allows to register a website or an extension page as a handler for a particular protocol. Note: The default click handler in Thunderbird web tabs is currently not working correctly with custom defined protocol handlers. It does work in WebExtension windows. | |||
Short name for the extension. If given, this will be used in contexts where the name field is too long. It's recommended that the short name should not exceed 12 characters. If the short name field is not included in manifest.json, then name will be used instead and may be truncated. This is a localizable property. | |||
This key defines a static theme to be applied to Thunderbird. | |||
This key enables the definition of experimental | |||
Instructs the browser to load a script packaged in the extension, known as the API script, this script is used to export a set of custom API methods for use in user scripts. | |||
The version of the extension, formatted as numbers and ASCII characters separated by dots. For the details of the version format, see the Version format page. | |||
This key enables an extension to make resources bundled with the extension (for example images, HTML, CSS or JavaScript) available to web pages. |
Last updated