Re: [w3c/manifest] Adding field `display_override` to the manifest (#932)

@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