From 5d8811bc65b6ed3c632f7ce93e69f28d70e9a00f Mon Sep 17 00:00:00 2001 From: Der_Googler <54764558+DerGoogler@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:19:56 +0200 Subject: [PATCH] Update blacklist2.json --- json/blacklist2.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/json/blacklist2.json b/json/blacklist2.json index d8d36a0..b037ed2 100644 --- a/json/blacklist2.json +++ b/json/blacklist2.json @@ -1,7 +1,9 @@ -[ - { - "id": "zygisksu", - "source": "https://github.com/Dr-TSNG/ZygiskNext", - "reason": "test test" - } -] +{ + "blacklist": [ + { + "id": "zygisksu", + "source": "https://github.com/Dr-TSNG/ZygiskNext", + "reason": "test test" + } + ] +}