Unable to upload 48px-icon (icon not shown in Addon-Manager)

In Addon-Manager an icon is only shown on detail view but not in the extensions list.
On my add-on’s edit page it sais there are 2 icons uploaded: 32x32 and 64x64.
Which size do I need for the Addon-Manager extensions list? 48x48?
How to upload it (on edit page i tried to upload a 48x48 icon but nothing happened)?

Thanks a lot
undflybir

Put a file named icon.png inside the .xpi package. It is supposed to be 48x48.

I have “icon”: “data/images/tm48.png” in package.json
So it should be “icon”: “data/images/icon.png” instead?

This should work.

When it is named icon.png (at the top level of the archive: not in a subdirectory) no entry in package.json is needed.

You need to upload an icon manually for addons.mozilla.org listing if you don’t have already.

1 Like