Re: [manifest] Add recommended width and height (#310)

How about adding the bounds spec like below:

    "chromium_bounds": {
        "width": 500,
        "height": 600,
        "min-width": 250,
        "min-height": 300,
        "max-width": 800,
        "max-height": 1000
    }

The `min-width/min-height` and `max-width/max-height` can be optional.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/310#issuecomment-76094725

Received on Thursday, 26 February 2015 00:22:23 UTC