- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Tue, 03 Oct 2017 09:55:35 +0000 (UTC)
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 October 2017 09:55:58 UTC
kenchris commented on this pull request.
> </h2>
+ <pre class="idl">
+ dictionary WebAppManifest {
+ TextDirectionType? dir;
+ DOMString? lang;
+ USVString? name;
+ USVString? short_name;
+ USVString? description;
+ sequence<ImageResource>? icons;
+ sequence<ImageResource>? screenshots;
+ sequence<USVString>? categories;
+ DOMString? iarc_rating_id;
+ USVString? start_url;
+ DisplayModeType? display;
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/613#discussion_r142358531
Received on Tuesday, 3 October 2017 09:55:58 UTC