Re: [w3c/manifest] feat(screenshots): Add screenshots member (closes #477) (#490)

> @@ -156,7 +156,16 @@
>    "display": "fullscreen",
>    "orientation": "landscape",
>    "theme_color": "aliceblue",
> -  "background_color": "red"
> +  "background_color": "red",
> +  "screenshots": [{
> +    "src": "screenshots/in-game-1x.jpg",
> +    "sizes": "640x480",
> +    "type": "image/jpeg"
> +  },{
> +    "src": "screenshots/in-game-2x.jpg",

yeah, that's probably a good idea... but I'd have to use a fake one. 

-- 
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/490/files/80463ade6ec0b443827580771660a9cf39ee53e1#r76206662

Received on Thursday, 25 August 2016 09:09:02 UTC