- From: Aaron Gustafson <notifications@github.com>
- Date: Mon, 26 Oct 2020 14:47:50 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 26 October 2020 21:48:02 UTC
@aarongustafson commented on this pull request. > + </pre> + <p> + The following shows a <a>manifest</a> that prefers the <code> + minimal-ui</code> <a data-link-for="DisplayModeType">display mode</a> + to <code>standalone</code>, but wants to support both. + </p> + <pre class="example json" title="Advanced display requirements manifest"> + { + "name": "Recipe Madness", + "description": "All of the recipes!", + "icons": [{ + "src": "icon/hd_hi", + "sizes": "128x128" + }], + "start_url": "/index.html", + "display_override": ["minimal-ui", "standalone"], Please resolve :-) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/932#discussion_r512289214
Received on Monday, 26 October 2020 21:48:02 UTC