- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Thu, 11 Jun 2020 02:14:47 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 June 2020 09:14:59 UTC
@kenchris commented on this pull request. > + The {{WebAppManifestAppInfo/description}} and + {{WebAppManifestAppInfo/iarc_rating_id}} would be set when converting + the manifest json to a WebAppManifest distionary. + </p> + </section> + <section data-dfn-for="WebAppManifestAppInfo" data-link-for= + "WebAppManifestAppInfo"> + <h2> + <dfn data-dfn-for="">WebAppManifest</dfn> dictionary + </h2> + <pre class="idl"> + partial dictionary WebAppManifest { + sequence<USVString> categories; + USVString description; + DOMString iarc_rating_id; + sequence<ManifestImageResource> screenshots; I guess that makes this a bit less informative if we change it to `"screenshots"` - like we loose all the type information, which can be quite useful -- 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/900#pullrequestreview-428733459
Received on Thursday, 11 June 2020 09:14:59 UTC