I've just published a Chrome extension, but am having difficulties displaying the right icon for my extension in the Web Store.
Here is what is currently being displayed:
Here is the icon context in my manifest:
"icons": {
"16": "icon02.png",
"48": "icon02.png",
"128": "promoSmall.png"
},
The image being displayed it icon02.png, I'm trying to display promoSmall.png.
Where is the image from the store page looking at?
Note: I understand that this question is similar to this. I believe this question is more specific, and may serve more useful to others with this problem.
Thanks!