From 9152743f36fe4ad6ce55cf3ce6aae04fa483d476 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Fri, 6 Sep 2024 12:31:14 +0200 Subject: [PATCH] Create artemis_source.json --- artemis_source.json | 53 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 artemis_source.json diff --git a/artemis_source.json b/artemis_source.json new file mode 100644 index 0000000..a2a9589 --- /dev/null +++ b/artemis_source.json @@ -0,0 +1,53 @@ +{ + "name": "Auties00", + "subtitle": "A source for all of my apps", + "description": "Welcome to my source! Here you'll find all of my apps.", + "website": "https://github.com/Auties00/Artemis", + "tintColor": "0A84FF", + "apps": [ + { + "name": "Artemis", + "bundleIdentifier": "com.github.auties00.artemis", + "developerName": "Auties00", + "subtitle": "Alternative client for HIDIVE", + "localizedDescription": "", + "iconURL": "https://picsum.photos/seed/com.github.auties00.artemis/512/512", + "tintColor": "0A84FF", + "category": "entertainment", + "screenshots": [ + { + "imageURL": "https://github.com/user-attachments/assets/88bd1a37-0f10-4fba-b6e9-6bf3174b87a8" + }, + { + "imageURL": "https://github.com/user-attachments/assets/99249893-1532-40ca-8c61-f65869e1ecca" + }, + { + "imageURL": "https://github.com/user-attachments/assets/ee6fc0aa-2a3b-4abe-bab6-0eaa6019547b" + }, + { + "imageURL": "https://github.com/user-attachments/assets/2d053217-3b56-482e-a7af-2baa006d545a" + }, + { + "imageURL": "https://github.com/user-attachments/assets/ea555ebc-95d1-435b-b840-fbe82184892a" + } + ], + "versions": [ + { + "version": "2.0", + "date": "2024-09-06T12:05:38+02:00", + "localizedDescription": "Bug fixes and improvements.", + "downloadURL": "https://example.com/Artemis.ipa", + "size": 1690819, + "sha256": "de48ea0fdcd0241aaeb37fcad72797f9d16caf611dab42bc889f6597304a5ece", + "minOSVersion": "17.0" + } + ], + "appPermissions": { + "privacy": {}, + "entitlements": [ + "get-task-allow" + ] + } + } + ] +}