Re: [w3c/manifest] Support window preferred/initial (minimal?) sizes (#436)

@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