diff --git a/apps.json b/apps.json index 4ee340e..89008d9 100644 --- a/apps.json +++ b/apps.json @@ -205,5 +205,29 @@ }, "description": "The Magic Mask for Android. A root tool for Android devices. This is not an officially supported Google product. Magisk is a suite of open source software for customizing Android, supporting devices higher than Android 6.0. Some highlight features:\n\n- MagiskSU: Provide root access for applications\n\n- Magisk Modules: Modify read-only partitions by installing modules\n\n- MagiskBoot: The most complete tool for unpacking and repacking Android boot images\n\n- Zygisk: Run code in every Android applications' processes\n\nTHIS IS THE ALPHA VERSION OF MAGISK. IT MAY CONTAIN BUGS AND ISSUES. USE AT YOUR OWN RISK.", "github": "https://github.com/topjohnwu/Magisk" + }, + { + "id": "8", + "name": "Iconify", + "icon": "/img/apps/iconify.png", + "price": "FREE", + "foss": true, + "selfHosted": false, + "downloadLinks": { + "v6.9.0": { + "all": "https://github.com/Mahmud0808/Iconify/releases/download/v6.9.0/Iconify.v6.9.0.apk" + }, + "v6.8.0": { + "all": "https://github.com/Mahmud0808/Iconify/releases/download/v6.8.0/Iconify.v6.8.0.apk" + }, + "v6.7.6": { + "all": "https://github.com/Mahmud0808/Iconify/releases/download/v6.7.6/Iconify.v6.7.6.apk" + }, + "v6.7.5": { + "all": "https://github.com/Mahmud0808/Iconify/releases/download/v6.7.5/Iconify.v6.7.5.apk" + } + }, + "description": "Iconify is an open-source Android mobile application aimed at providing users with the ability to customize various aspects of their device's user interface. \uD83D\uDCF1\n\n Furthermore, the open-source nature of Iconify encourages community contributions and continuous improvement, ensuring a dynamic and evolving user experience. \uD83E\uDD1D\n\nIf you didn't already guess, this app requires Magisk/KernelSU/APatch for root access. Any alternative methods won't work. You also MUST have an Android 12+ Pixel / AOSP based custom ROM, LSPosed, and Decryption Supported Custom Recovery (in case).", + "github": "https://github.com/Mahmud0808/Iconify" } ] \ No newline at end of file diff --git a/public/img/apps/iconify.png b/public/img/apps/iconify.png new file mode 100644 index 0000000..0ad30b0 Binary files /dev/null and b/public/img/apps/iconify.png differ