- From: Marcos Caceres <notifications@github.com>
- Date: Wed, 10 Jun 2015 19:31:04 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Thursday, 11 June 2015 02:31:37 UTC
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