From b48e02fa265972e20e80007d48e3d0607acf3745 Mon Sep 17 00:00:00 2001 From: Alex Landau Date: Fri, 3 Aug 2018 17:43:26 -0700 Subject: [PATCH] Added README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9b1779 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# SWeb - Android Simple Web Browser + +This is a small and simple WebView-based browser. Among its distinctive features are: + +- Night mode for websites (gray text on black background) +- Adblocker, uses Easylist rule files +- Log and display all HTTP requests made by a page, e.g., embedded picture, audio, video files + +Other features: +- Bookmarks, including import and export to the standard bookmarks HTML file +- Undo closed tab +- Find text on page +- Use a desktop user-agent + +### Download +Download SWeb.apk from the [Releases](https://github.com/alandau/sweb/releases/latest) page. + +### License +MIT + +If you find issues or want to contribute, please open a GitHub issue or pull request.