Skip to main content

Manifest

A manifest contains information about the extension and is necessary for loading an extension.

TYPE
object

Properties

NAMETYPEDESCRIPTION
namestringThe name of the extension
versionstringThe version number of the extension
manifest_versionnumberThe targeted manifest version
iconstringAn optional path to the extensions icon
authorstringAn optional author to display for the extension
homepage_urlstringAn optional link to a home page for the extension
actionManifestActionAn optional action for this extension
background_urlstringAn optional url to load as a background script

Type Definitions

ManifestAction

The action definition for a manifest.

To control the action after an extension has been loaded see the Action API.

TYPE
object

Properties

NAMETYPEDESCRIPTION
titlestringThe initial title of the action
iconstringThe initial icon of the action
popoverstringThe url of the popover page to load
widthnumberAn optional max width for the popover
heightnumberAn optional max height for the popover