Owncast Browser Extension is a Firefox and Chrome/Chromium extension used to follow various Owncast Instances
The addon can be installed from addons.mozilla.com or from the Chrome Web Store.
This extension uses webpack
as build system. For most components, Vue.js
and Vuex is used. Sometimes, vanillajs is used though.
tailwindcss is also used.
This Extension is built using yarn
. You may also use npm
, but yarn
is
recommended. You can use the following commands:
yarn build
- Runswebpack
andweb-ext build
. This is used to build the plugin. Use yarnyarn install
first. The extension will be outputted into web-ext-artifacts directory.yarn lint
- Runseslint
andweb-ext lint
yarn watch
- Runswebpack --watch
yarn start
- Runsweb-ext start
. Use together withyarn watch
to see your changes in live-time.
Pull requests are welcome.