- From: Aaron Gustafson <notifications@github.com>
- Date: Sat, 02 Nov 2019 21:04:56 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 3 November 2019 04:04:58 UTC
aarongustafson commented on this pull request. > + <dfn>ShortcutItem</dfn> and its members + </h2> + <pre class="idl"> + dictionary ShortcutItem { + required USVString name; + USVString short_name; + USVString description; + required USVString url; + sequence<ImageResource> icons; + }; + </pre> + <p> + Each <a>ShortcutItem</a> represents a link to a key task or page within + a web app. A user agent can use these values to assemble a context menu + to be displayed by the operating system when a user engages with the + web app’s icon. Done -- 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/768#discussion_r341834238
Received on Sunday, 3 November 2019 04:04:58 UTC