Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IconResolver into profiles #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rumkin
Copy link

@rumkin rumkin commented Nov 15, 2019

This PR adds new resolver IconResolver which adds an icon property to the resolver. This Icon is a multihash addressing to the icon directory. For example it could be an IPFS CID. The directory should contain a set of icons from size 32px to 512px.

Similar icon format is a standard for native apps developers. Such icons could be used as site/dapp favicon or PWA icon, company logo, personal avatar or other identity.

Discussion

ENS forum: https://discuss.ens.domains/t/iconresolver-proposal/1245

Icon name convention

Grammar:

name
  = "icon_", size, ".png"
  | "icon_", mode, "_", size, ".png"

mode
  = "light" | "dark"

size
  = size-set
  | size-set, "@2x"

size-set
  = "32x32" | "64x64" | "128x128" | "256x256" | "512x512"

Example

Common icon:

icon_32x32.png
...
icon_512x512.png

Light icon example

icon_light_32x32@2x.png
...
icon_light_512x512@2x.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant