Skip to content

Commit

Permalink
Merge pull request #61 from xeenon/add-name-keys
Browse files Browse the repository at this point in the history
Add the `name` and `short_name` prose.
  • Loading branch information
dotproto authored Aug 31, 2021
2 parents d24ba40 + 27d3ee8 commit 020e8e2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ This key must be present.

### Key `name`

This key must be present.
Name of the extension used in the browser’s user interface. This should be the full name used to identify the extension. See also [`short_name` key](#key-short_name).

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

### Key `version`

Expand Down Expand Up @@ -167,7 +169,9 @@ This key may be present.

### Key `short_name`

This key may be present.
The short name of the extension. This value should be used in contexts where [`name`](#key-name) is too long to use in full. If `short_name` is not provided, manifest consumers should use a truncated version of `name`.

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

### Key `sidebar_action`

Expand Down

0 comments on commit 020e8e2

Please sign in to comment.