icholy / ContainerScript

Firefox Addon for programmatically assigning URLs to containers.
https://addons.mozilla.org/en-CA/firefox/addon/container-script/
MIT License
56 stars 0 forks source link
firefox-addon

Container Script

Firefox Addon for programmatically assigning URLs to containers.

Install

https://addons.mozilla.org/en-CA/firefox/addon/container-script/

Screenshot

Build

npm ci
npm run build:monaco
npm run package

Local Development

Notes

We're forced to vendor the monaco-editor repository until the following PR is merged: https://github.com/microsoft/monaco-editor/pull/4765