Reputation: 70416
I am developing an google chrome extension. I can set the icon for the toolbar using
"default_icon": "icon.png".
But I can't find a method to set the extension image that appears in the extension market when you browse the extension.
Any ideas?
Upvotes: 1
Views: 514
Reputation: 2200
You add those images when uploading your extension to the Chrome Webstore. Here are the steps to add an icon to an existing extension.
https://chrome.google.com/webstore/developer/dashboard
edit
Upload new icon
Upvotes: 2
Reputation: 9635
You set those images when you upload it to the extension directory.
Upvotes: 5