Re: [manifest] Manifest format should support some way of including a splash screen (#9)

How about having `background_color` on icon and `icon_background_color`. That would allow authors to override `icons_background_color`. 

```JSON
{
"icons": [
   {"src": "icon.png", background_color: "orange" },
   {"src": "icon.png"}
]
"icons_background_color": "red"
}
```

I also seriously want to introduce `platform` and `theme` on image objects too - to address @pornel's use cases from #361. 

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

Received on Thursday, 11 June 2015 02:31:37 UTC