Handle multiple icon sizes in Addon detail response from AMO
See original GitHub issuesee mozilla/addons-server#7514 - we’re looking to expand the icon_url
property in the Addon detail response to be list of size, path pairs, rather than a single path (to the 64x64 icon).
-We did implement it as a new icons
property, rather than overload the existing icon_url
property.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Increase icon size for add-ons · Issue #5805 - GitHub
add-on icons are rendered now in three different sizes: 34, 64, 128 (the new addition) · icon uploads are restricted to JPG and...
Read more >browserAction.setIcon()
You can specify multiple icons in different sizes by supplying a dictionary containing multiple paths or ImageData objects.
Read more >The 3 Biggest Questions When Using Mixamo...with a Ton of ...
In this article, we'll focus on 3 common questions: What to do if textures disappear when importing Mixamo models; How to blend multiple...
Read more >Maid's Vanilla HD Icons addon - STALKER Anomaly - Mod DB
It's entirely compatible with Zone Justice Warriors and Dynamic Faction Based Crashes to Desktop, including infinite ammo from mags and traders.
Read more >Icons - Foundations - Human Interface Guidelines - Design
Too many details can make an interface icon confusing or unreadable. ... all interface icons in your app should use a consistent size,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
See https://github.com/mozilla/addons-server/issues/7514#issuecomment-365795492 : I’d like to do this in a new field called
icons
instead of re-usingicon
. The linked comment has an example of how the response would look once implemented.This issue has been automatically marked as stale because it has not had recent activity. If you think this bug should stay open, please comment on the issue with further details. Thank you for your contributions.