Hari Das
Hari Das

Reputation: 10914

How to add chrome extension thumbnail image to be displayed in webstore?

I find other chrome extensions are displaying full width thumbnails in chrome web store, but mine is showing only a small blurred icon. Where can I update the image ? Is there something in manifest json I am missing ?

My manifest json has following icon

"browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },

enter image description here

Upvotes: 2

Views: 1686

Answers (1)

maxpaj
maxpaj

Reputation: 6841

Go into your Chrome webstore developer account and select your extension listing.

In the section "Promotional tile images", upload images for the Small tile, Large tile and Marquee. Then press "Publish changes" at the bottom of the page.

You can click "Preview my promotional tiles" to see the result before publishing.

If the images don't appear in the store within a couple of hours, it may be so that they were denied in the reviewing process that the Chrome store team carry out. You won't get any notifications for this - so read through the guidelines thoroughly. Read the guidelines here.

Upvotes: 1

Related Questions