This is an experimental version of the chromium-based SCION Browser Extension, that can be used to interact with the SCION Forward Proxy.
Please refer to the technical documentation for installation and configuration instructions.
-
Install dependencies:
npm install -D tailwindcss@2.2.19 -
Build Tailwind CSS for development (watch mode):
npm run watch:css -
Build Tailwind CSS for production (minified):
npm run build:css
To generate the AS name map, run the following command:
python3 retrieve_as_map.py
Copy the contents of .as_name_map.js to the "asNameMap" variable in popup.js.