From 71177b944271d57a6fbfaa31f112c634c3b5d17a Mon Sep 17 00:00:00 2001 From: "Caracal.js" <59297610+caracal-js@users.noreply.github.com> Date: Thu, 24 Feb 2022 18:47:30 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3de643f..5dad50c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ Web proxy used for evading internet censorship or accessing websites in a contro Ultraviolet works by intercepting HTTP requests with a service worker script that follows the [TompHTTP](https://github.com/tomphttp) specifications +# Main scripts + +The main scripts required for UV are located in `lib/` + +- Scripts + - `uv.sw.js` Service worker script + - `uv.bundle.js` Webpack compiled Ultraviolet rewriter + - `uv.handler.js` Client-side hooking + - `uv.config.js` Configuration + + [Deploy](https://github.com/titaniumnetwork-dev/uv-app)