MetaMask / extension-provider

A module for allowing a WebExtension to access the web3 provider from an installed MetaMask instance
MIT License
68 stars 28 forks source link

How to declare who am I in the MetaMask? #12

Closed Jack-Works closed 3 months ago

Jack-Works commented 4 years ago

image

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

danfinlay commented 4 years ago

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.