From 067bd71c915d7c57fa5621b87b777045a6f6fdcf Mon Sep 17 00:00:00 2001 From: Lordify Date: Sun, 11 May 2025 06:50:35 +0000 Subject: [PATCH] Update README.md --- README.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 861cece..c031835 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,38 @@ # WebViewChanger -A Magisk/KernelSU module, that aims to change your WebView Implementation. \ No newline at end of file +A Magisk/KernelSU module, that aims to change your WebView Implementation. + +What is this project? + + A Magisk/KernelSU module, that changes your WebView Implementation. + +What is a WebView? + + An APK that responsible for displaying Web based content. + Usually most of the Android phone comes with Chrome (+ TrichromeLibrary) or Google's Android System WebView. + +Prerequisite: + + Android phone with at least 28 API (Android 9) + Magisk or KernelSU installed + Internet Connection + +Choosable WebViews: + + Aosmium by AXP-OS (ARM32 and ARM64) + Cromite by uazo (Only for ARM64) + Vanadium by GrapheneOS (Only for Android 10+ with ARM64) + +How to install: + + Download the desired WebView implementation from release page. + Flash the downloaded release and reboot. + Use the action button in Magisk/KernelSU app to update the actual WebView. + +Credits: + + topjonwhu for Magisk + Tiann for KernelSU + Zackptg5 for MMT-Extended + F3FFO for Open WebView module + RavePriest1 Community (mainly Nippy) for the private Forgejo \ No newline at end of file