Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Chromium-based browsers, including Google Chrome, Samsung Internet, and Microsof
- [`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_applications`](/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).
For a full description of every member, see the [Web app manifest](/en-US/docs/Web/Manifest) reference documentation.

### HTTPS, localhost, or loopback are required

Expand Down