From 8cc7454128ddb8f329f86bb4bf1d31cd5e668f74 Mon Sep 17 00:00:00 2001 From: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:25:52 -0800 Subject: [PATCH] Try adding backwards compatibility in trusted Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com> --- trustedapps.json | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/trustedapps.json b/trustedapps.json index 608c628c..fd3a5af9 100644 --- a/trustedapps.json +++ b/trustedapps.json @@ -48,5 +48,54 @@ "identifier": "thatstel.la.altsource", "sourceURL": "https://alt.thatstel.la/" } + ], + "sources": [ + { + "identifier": "io.sidestore.example" + }, + { + "identifier": "com.sidestoreapps.community", + "sourceURL": "https://community-apps.sidestore.io/sidecommunity.json" + }, + { + "identifier": "org.provenance-emu.provenance", + "sourceURL": "https://provenance-emu.com/apps.json" + }, + { + "identifier": "me.oatmealdome.altstore", + "sourceURL": "https://altstore.oatmealdome.me" + }, + { + "identifier": "com.utmapp.repos.UTM", + "sourceURL": "https://alt.getutm.app" + }, + { + "identifier": "com.flyinghead.source", + "sourceURL": "https://flyinghead.github.io/flycast-builds/altstore.json" + }, + { + "identifier": "dev.crystall1ne.repos.PojavLauncher", + "sourceURL": "https://alt.crystall1ne.dev" + }, + { + "identifier": "eu.pokemmo.altstore", + "sourceURL": "https://pokemmo.eu/altstore/" + }, + { + "identifier": "dev.theodyssey.sidestore", + "sourceURL": "https://theodyssey.dev/altstore/odysseysource.json" + }, + { + "identifier": "stream.yattee", + "sourceURL": "https://repos.yattee.stream/alt/apps.json" + }, + { + "identifier": "com.litritt.litsource", + "sourceURL": "https://altstore.ignitedemulator.com/" + }, + { + "identifier": "thatstel.la.altsource", + "sourceURL": "https://alt.thatstel.la/" + } ] }