- From: Daniel Murphy <notifications@github.com>
- Date: Wed, 29 Jul 2020 14:24:01 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 July 2020 21:24:13 UTC
@dmurph 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"], ah, yes you're right -- 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_r462597690
Received on Wednesday, 29 July 2020 21:24:13 UTC