diff --git a/modules.json b/modules.json index 9cea0df..2dbdee6 100644 --- a/modules.json +++ b/modules.json @@ -192,5 +192,20 @@ }, "description": "Detaches installed apps from Play Store against its aggressive updating policy which ignores the auto-update option user sets.\n\nIt works by hooking libbinder with Zygisk.\n\nTo use, enable Zygisk in Magisk or ZygiskNext module if you are on KernelSU. Then, flash the zygisk-detach module and reboot. Use the Zygisk Detach App to control it.\n\nThis is needed for ReVanced modules.", "github": "https://github.com/j-hc/zygisk-detach" + }, + { + "id": "8", + "name": "DSS", + "icon": "/img/modules/dss.png", + "price": "FREE", + "foss": true, + "selfHosted": false, + "downloadLinks": { + "v1.0.2": { + "all": "https://github.com/foobar66/dss/releases/download/v1.0.2/dss.zip" + } + }, + "description": "Magisk module to disable app Analytics/Measurement/Firebase. It can block app measurement, analytics, Firebase tracking, and Crashlytics.\n\nIn short, each APK (system app or user app) may have background services to do all sorts of tracking and ad handling. Module allows you to disable (or enable) those services.\n\nPLEASE FOLLOW THE GUIDE ON GITHUB TO LEARN HOW TO USE", + "github": "https://github.com/foobar66/dss" } ] \ No newline at end of file diff --git a/public/img/modules/dss.png b/public/img/modules/dss.png new file mode 100644 index 0000000..60055f6 Binary files /dev/null and b/public/img/modules/dss.png differ