When I test install my app in b2g-gaya-desktop 0.6, then the wrong icon is
chosen. See attachment: It's blurry.
What could be the problem? How do I find out more?
The app's `manifest.webapp`:
{
"name": "ROTOGAMEsq",
"description":
"Puzzle game, inspired by squared bathroom tiles",
"icons": {
"16": "/images/icon_16.png",
"30": "/images/icon_30.png",
"32": "/images/icon_32.png",
"48": "/images/icon_48.png",
"54": "/images/icon_54.png",
"60": "/images/icon_60.png",
"64": "/images/icon_64.png",
"108": "/images/icon_108.png",
"128": "/images/icon_128.png",
"256": "/images/icon_256.png"
},
"developer": {
"name": "Felix E. Klee",
"url": "
https://github.com/feklee"
},
"default_locale": "en"
}
Note that all the icon files exist, and each is sharp.