.husky | ||
assets | ||
src | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
CHANGELOG.md | ||
cliff.toml | ||
commitlint.config.mjs | ||
dprint.jsonc | ||
eslint.config.mjs | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md | ||
stylelint.config.mjs | ||
types.d.ts | ||
web-ext-config.js |
/usr/space Web-Extension (Browser Add-on)
Features
- Show if someone is in the Space
- Looks for connected dynamic IPs (DHCP) (provided by backend)
- Refreshes every 5min
- Show the next event
- Quick-Links (Homepage, Wiki, Git, Cloud, Pad)
Install
$ git clone https://git.usrspace.at/XimeX/usrspace-browser-addon.git
# optional
$ npm i -g web-ext
$ npm i
Run / Develop / Debug
$ npm run watch:{firefox|firefox-android|chromium}
If more options are needed add them after a --
.
Some useful options:
--devtools
--firefox-apk=...
--android-device=...
Example: npm run watch:firefox-android -- --firefox-apk=org.mozilla.fenix --firefox-device=XXXXXXXX
Build
$ npm run build
Release
$ npm version {major|minor|patch|...}
Developent Docs
Credits
Used icons from Bootstrap https://github.com/twbs/icons/blob/main/LICENSE.md
License
MIT