From 5d0ac4bf5371c42bd8cd04c2b93ba64a4307aa23 Mon Sep 17 00:00:00 2001 From: suprstarrd Date: Thu, 19 Mar 2026 11:37:32 -0400 Subject: [PATCH] feat: add Ampersand to Trusted Sources Signed-off-by: suprstarrd --- trustedapps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/trustedapps.json b/trustedapps.json index 227dfafa..1d01622a 100644 --- a/trustedapps.json +++ b/trustedapps.json @@ -79,6 +79,10 @@ { "identifier": "com.deliacheminot.mona", "sourceURL": "https://raw.githubusercontent.com/delia-cheminot/mona-hrt/refs/heads/main/ios_source.json" + }, + { + "identifier": "moe.ampersand.app.source", + "sourceURL": "https://github.com/NyaomiDEV/Ampersand/releases/latest/download/altstore.json" } ], "sources": [ @@ -156,6 +160,10 @@ { "identifier": "com.deliacheminot.mona", "sourceURL": "https://raw.githubusercontent.com/delia-cheminot/mona-hrt/refs/heads/main/ios_source.json" + }, + { + "identifier": "moe.ampersand.app.source", + "sourceURL": "https://github.com/NyaomiDEV/Ampersand/releases/latest/download/altstore.json" } ] }