Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest keys cleanup #122

Merged
merged 6 commits into from
Dec 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 5 additions & 85 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -49,35 +49,19 @@ The following keys must be considered valid:
* <a href="#key-name">`name`</a>: required.
* <a href="#key-version">`version`</a>: required.
* <a href="#key-default_locale">`default_locale`</a>: required under some conditions.
* <a href="#key-action">`action`</a>: optional
* <a href="#key-author">`author`</a>: optional
* <a href="#key-background">`background`</a>: optional
* <a href="#key-browser_action">`browser_action`</a>: optional
* <a href="#key-chrome_settings_overrides">`chrome_settings_overrides`</a>: optional
* <a href="#key-chrome_url_overrides">`chrome_url_overrides`</a>: optional
* <a href="#key-commands">`commands`</a>: optional
* <a href="#key-content_scripts">`content_scripts`</a>: optional
* <a href="#key-content_security_policy">`content_security_policy`</a>: optional
* <a href="#key-description">`description`</a>: optional
* <a href="#key-developer">`developer`</a>: optional
* <a href="#key-devtools_page">`devtools_page`</a>: optional
* <a href="#key-externally_connectable">`externally_connectable`</a>: optional
* <a href="#key-homepage_url">`homepage_url`</a>: optional
* <a href="#key-icons">`icons`</a>: optional
* <a href="#key-incognito">`incognito`</a>: optional
* <a href="#key-omnibox">`omnibox`</a>: optional
* <a href="#key-optional_permissions">`optional_permissions`</a>: optional
* <a href="#key-options_page">`options_page`</a>: optional
* <a href="#key-options_ui">`options_ui`</a>: optional
* <a href="#key-page_action">`page_action`</a>: optional
* <a href="#key-permissions">`permissions`</a>: optional
* <a href="#key-short_name">`short_name`</a>: optional
* <a href="#key-sidebar_action">`sidebar_action`</a>: optional
* <a href="#key-storage">`storage`</a>: optional
* <a href="#key-theme">`theme`</a>: optional
* <a href="#key-user_scripts">`user_scripts`</a>: optional
* <a href="#key-version_name">`version_name`</a>: optional
* <a href="#key-web_accessible_resources">`web_accessible_resources`</a>: optional
* <a href="#key-devtools_page">`devtools_page`</a>: optional
* <a href="#key-externally_connectable">`externally_connectable`</a>: optional

### Key `manifest_version`

Expand All @@ -97,30 +81,10 @@ This key must be present.

This key must be present if the `_locales` subdirectory is present, must be absent otherwise.

### Key `action`

This key may be present.

### Key `author`

This key may be present.

### Key `background`

This key may be present.

### Key `browser_action`

This key may be present.

### Key `chrome_settings_overrides`

This key may be present.

### Key `chrome_url_overrides`

This key may be present.

### Key `commands`

This key may be present.
Expand All @@ -137,50 +101,18 @@ This key may be present.

This key may be present.

### Key `developer`

This key may be present.

### Key `devtools_page`

This key may be present.

### Key `externally_connectable`

This key may be present.

### Key `homepage_url`

This key may be present.

### Key `icons`

This key may be present.

### Key `incognito`

This key may be present.

### Key `omnibox`

This key may be present.

### Key `optional_permissions`

This key may be present.

### Key `options_page`

This key may be present.

### Key `options_ui`

This key may be present.

### Key `page_action`

This key may be present.

### Key `permissions`

This key may be present.
Expand All @@ -191,27 +123,15 @@ The short name of the extension. This value should be used in contexts where <a

This key may be present. This property can be localized.

### Key `sidebar_action`

This key may be present.

### Key `storage`

This key may be present.

### Key `theme`

This key may be present.

### Key `user_scripts`
### Key `web_accessible_resources`

This key may be present.

### Key `version_name`
### Key `externally_connectable`

This key may be present.

### Key `web_accessible_resources`
### Key `devtools_page`

This key may be present.

Expand Down