owncast-browser-extension
owncast-browser-extension copied to clipboard
Owncast Browser Extension is a Firefox extension used to follow various Owncast Instances
Owncast Browser Extension
Owncast Browser Extension is a Firefox and Chrome/Chromium extension used to follow various Owncast Instances
Installation
The addon can be installed from addons.mozilla.com or from the Chrome Web Store.
Building and Development
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.
Contributing
Pull requests are welcome.