Skip to content

Commit

Permalink
Indicate some implementors allow JSON comments in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rdcronin authored Mar 22, 2024
1 parent 1d3d2ad commit 1486826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ A WebExtension must have a manifest file at its root directory.

### Manifest file

A manifest file is a [[!JSON]] document named `manifest.json`. Malformed JSON files are not supported.
A manifest file is a [[!JSON]] document named `manifest.json`. Malformed JSON files are not supported. Note that some implementors may accept comments, represented by any content following `//` outside of a JSON string.

### Manifest keys

Expand Down

0 comments on commit 1486826

Please sign in to comment.