The Veyron Extension
Developing with an unpacked extension:
$ make
This will build an unpacked extension in the ./extension directory.
To load the unpacked extension in Chrome:
- Click Hamburger menu -> Tools -> Extensions
- Click “Load unpacked extension...”
- Navigate to ./extension and click “OK”.
Publishing a new version of the extension:
Note: You must be a member of the vanadium-extension-managers group to publish.
- Bump the version number in manifest.json.
- Build a zip file with “make veyron.zip”
- Upload and publish the extension on https://chrome.google.com/webstore/developer/dashboard
Running the example server
$ make example-server
This will run an example web app at http://localhost:8080. The web app has a log-in button that communicates with the extension to start the blessing flow.