This is an accompanying codebase for my post on Medium explaining how to send a message(token) from any web application to a Chrome extension.
chrome-extension
: Contains the extension code
Frontend
: Contains the web application
chrome-extension
: Follow the instructions here
Frontend
: Navigate to the directory and run npm i
to install the dependencies and then npm run start
or yarn start