From 8624a8e9198218dbeb20ab82a7f5b920b6bf59f6 Mon Sep 17 00:00:00 2001 From: suprstarrd Date: Tue, 17 Mar 2026 09:28:56 -0700 Subject: [PATCH] feat: add Mona to Trusted Sources (#1210) * feat: add Mona to Trusted Sources Signed-off-by: suprstarrd --- trustedapps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/trustedapps.json b/trustedapps.json index 8047e934..227dfafa 100644 --- a/trustedapps.json +++ b/trustedapps.json @@ -75,6 +75,10 @@ { "identifier": "thatstel.la.altsource", "sourceURL": "https://alt.thatstel.la/" + }, + { + "identifier": "com.deliacheminot.mona", + "sourceURL": "https://raw.githubusercontent.com/delia-cheminot/mona-hrt/refs/heads/main/ios_source.json" } ], "sources": [ @@ -148,6 +152,10 @@ { "identifier": "thatstel.la.altsource", "sourceURL": "https://alt.thatstel.la/" + }, + { + "identifier": "com.deliacheminot.mona", + "sourceURL": "https://raw.githubusercontent.com/delia-cheminot/mona-hrt/refs/heads/main/ios_source.json" } ] }