├── public/
│ ├── assets/
│ │ ├── css/
│ │ │ ├── frame.css
│ │ │ └── style.css
│ │ ├── images/
│ │ │ └── search.svg
│ │ └── js/
│ │ ├── frame.js
│ │ └── main.js
│ ├── uv/
│ │ ├── sw.js
│ │ ├── uv.bundle.js
│ │ ├── uv.client.js
│ │ ├── uv.config.js
│ │ ├── uv.handler.js
│ │ └── uv.sw.js
│ ├── index.html
│ ├── proxy-frame.html
│ └── proxy.html
├── index.js
├── LICENSE
├── package.json
├── README.md
└── render.yaml
For bug reports or suggestions for improvement, please open an Issue or contact Yosshy_123@proton.me.
Note
If you contact by email, replies may be delayed. If possible, prefer creating an Issue as it is easier to track.
This project is provided under the AGPL-3.0 License.