- From: Christian Liebel <notifications@github.com>
- Date: Thu, 19 Sep 2019 23:55:01 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 20 September 2019 06:55:23 UTC
@nik3daz Adding CSS for `html` has side effects which affect the normal rendering of the website even when not being installed. The web app manifest is the central place for defining the appearance and behavior of the installed app. If we want to have that, it belongs there from my point of view. However, we could allow CSS units in the manifest, e.g. ```json { "size": { "width": "600px", "height": "480px" } } ``` .cc @aarongustafson -- 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/issues/436#issuecomment-533432803
Received on Friday, 20 September 2019 06:55:23 UTC