https://github.com/symant233/webstray
📌Inspired by WebStay. WebsTray allows you to pin any web apps to system tray.
https://github.com/symant233/webstray
electron react tailwindcss typescript
Last synced: 5 months ago
JSON representation
📌Inspired by WebStay. WebsTray allows you to pin any web apps to system tray.
- Host: GitHub
- URL: https://github.com/symant233/webstray
- Owner: symant233
- License: gpl-3.0
- Created: 2024-08-12T09:55:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T14:03:18.000Z (over 1 year ago)
- Last Synced: 2025-04-14T23:12:45.792Z (about 1 year ago)
- Topics: electron, react, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 1.6 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# WebsTray
Inspired by _WebStay_. **WebsTray** allows you to pin any web apps to system tray.
Download latest production installer: [releases](https://github.com/symant233/WebsTray/releases/latest).
🎞️ Screenshots
## Features
- Opensource, free to use or modify.
- System proxy and custom local proxy are supported.
- Remember tray window size (handle resize event).
- Screen offset when tray window overflow.
## Develop References
```bash
npm run dev # start dev application
npm run package # package into a platform-specific executable bundle
npm run make # make distributables (installer)
```
- https://www.electronforge.io/
- https://gist.github.com/kryparnold/67007bb83228aa20fb0b8b3656b23a79
- https://www.electronjs.org/zh/docs/latest/api/app
- https://www.electronjs.org/zh/docs/latest/api/tray
- https://www.electronjs.org/zh/docs/latest/api/menu-item
- https://www.electronjs.org/zh/docs/latest/api/webview-tag
- https://github.com/pmndrs/zustand
- https://materialdesignicons.com/
- http://lublank.com/2019/12/14/electron-proxy/
- https://www.electronjs.org/zh/docs/latest/api/session#sessetproxyconfig
- https://js.electronforge.io/interfaces/_electron_forge_maker_squirrel.InternalOptions.Options.html
APP Icon: [Figma/WebsTray](https://www.figma.com/design/ZU2hK5Z1rKUuyu092ukdga/WebsTray)
## License
> [GNU GENERAL PUBLIC LICENSE Version 3](./LICENSE)