From 6b2f23712cd417a110fce48bcc2c7809efebfc1b Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Wed, 25 Mar 2020 04:00:21 -0700 Subject: [PATCH] Add live download counts --- README.MD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.MD b/README.MD index fdaeb8bb9..22119e48b 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,8 @@ ![](docs/images/logo.png) +![](https://img.shields.io/badge/dynamic/json?color=blue&label=ZIP%20Downloads&query=magisk&url=https%3A%2F%2Fraw.githubusercontent.com%2Ftopjohnwu%2Fmagisk_files%2Fcount%2Fcount.json?cacheSeconds=3600) +![](https://img.shields.io/badge/dynamic/json?color=green&label=APK%20Downloads&query=manager&url=https%3A%2F%2Fraw.githubusercontent.com%2Ftopjohnwu%2Fmagisk_files%2Fcount%2Fcount.json?cacheSeconds=3600) + ## Introduction Magisk is a suite of open source tools for customizing Android, supporting devices higher than Android 4.2. It covers fundamental parts of Android customization: root, boot scripts, SELinux patches, AVB2.0 / dm-verity / forceencrypt removals etc.