Skip to content

Instantly share code, notes, and snippets.

@ben221199
Last active November 21, 2024 13:15
Show Gist options
  • Save ben221199/eb9d580ac1bd9aa3bcbb8ec50268617e to your computer and use it in GitHub Desktop.
Save ben221199/eb9d580ac1bd9aa3bcbb8ec50268617e to your computer and use it in GitHub Desktop.
WebExtensions

WebExtensions - Manifest

Field Introduced in Type Description
app 1** object
background_page 1 string Page that runs in background.
browser_action 1* object The browser action of the extension.
chrome_url_overrides 1* object
content_scripts 1 array The content scripts of the extension.
default_locale 1* string The default locale for a internationalized extension.
description 1 string The description of the extension.
homepage_url 1** string
icon 1 string The icon of the extension. Use icons instead.
icons 1 object The icons of the extension.
incognito 1** string
key 1** string
manifest_version 2 integer The version of the manifest format used.
minimum_chrome_version 1* string
name 1 string The name of the extension.
omnibox 1** object
options_page 1* string
page_action 1* object
page_actions 1 array The page actions of the extension.
permissions 1 array The permissions of the extension.
plugins 1 array The plugins of the extension.
theme 1 object The theme of the extension.
toolstrips 1 array The toolstrips of the extension.
update_url 1 string The update URL of the extension.
version 1 string The version of the extension.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment