extension-provider icon indicating copy to clipboard operation
extension-provider copied to clipboard

How to declare who am I in the MetaMask?

Open Jack-Works opened this issue 5 years ago • 1 comments

image

Now our extension is displayed as "External Extension" with no logo in the MetaMask. How can I specify a name and a logo?

Jack-Works avatar Sep 01 '20 06:09 Jack-Works

Currently an extension receiving events from another extension only gets the extension ID, so to improve this we would need to perform a lookup on the extension store by the current browser to get extension metadata.

danfinlay avatar Sep 30 '20 16:09 danfinlay