Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Jun 23, 2024
1 parent aba6f9e commit e24e4c2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ The manifest contains a single JSON object containing a collection of members, e
Chromium-based browsers, including Google Chrome, Samsung Internet, and Microsoft Edge, require that the manifest includes the following members:

- [`name`](/en-US/docs/Web/Manifest/name) or [`short_name`](/en-US/docs/Web/Manifest/short_name)
- [`icons`](/en-US/docs/Web/Manifest/icons) - must contain a 192px and a 512px icon
- [`icons`](/en-US/docs/Web/Manifest/icons) must contain a 192px and a 512px icon
- [`start_url`](/en-US/docs/Web/Manifest/start_url)
- [`display`](/en-US/docs/Web/Manifest/display) and/or [`display_override`](/en-US/docs/Web/Manifest/display_override)
- [`prefer-related-application`](/en-US/docs/Web/Manifest/prefer_related_applications) - must be false or not present
- [`prefer-related-application`](/en-US/docs/Web/Manifest/prefer_related_applications) must be `false` or not present

For a full description of every member, see the [web app manifest reference documentation](/en-US/docs/Web/Manifest).

Expand Down

0 comments on commit e24e4c2

Please sign in to comment.