• Stefy Spora's avatar
    Fix MetaMask detection in extension popup · 95a82b5f
    Stefy Spora authored
    - Create dedicated metamask-detector.js content script that runs on all websites
    - Update manifest.json to include MetaMask detector for all URLs
    - Modify popup.js to communicate with MetaMask detector via message passing
    - Remove direct window.ethereum access from popup context (not available)
    - Web3 donations now work properly by using content script on active tab
    - MetaMask detection should now work correctly on any website
    95a82b5f
Name
Last commit
Last update
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
background.js Loading commit data...
content.js Loading commit data...
icon.svg Loading commit data...
icon128.png Loading commit data...
icon16.png Loading commit data...
icon48.png Loading commit data...
manifest.json Loading commit data...
metamask-detector.js Loading commit data...
popup.html Loading commit data...
popup.js Loading commit data...