tree: 0c8a499d95ad8fdc404cffdfa40f8c0f696da647 [path history] [tgz]
  1. example/
  2. html/
  3. images/
  4. nacl/
  5. src/
  6. .jshintrc
  7. Makefile
  8. manifest-test.json.patch
  9. manifest.json
  10. package.json
  11. README.md
extension/README.md

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:

  1. Click Hamburger menu -> Tools -> Extensions
  2. Click “Load unpacked extension...”
  3. 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.

  1. Bump the version number in manifest.json.
  2. Build a zip file with “make veyron.zip”
  3. 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.