From f6d048ac289cf652c7d68933b4404b5cd8765e05 Mon Sep 17 00:00:00 2001 From: spitkov Date: Sun, 2 Mar 2025 09:40:40 +0100 Subject: [PATCH] Upload files to "/" --- app.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..f8a733f --- /dev/null +++ b/app.json @@ -0,0 +1,22 @@ +{ + "name": "Firka", + "identifier": "app.firka.legacy", + "sourceURL": "https://git.69.mu/spitkov/firkaipa", + "apps": [ + { + "name": "Firka", + "bundleIdentifier": "app.firka.legacy", + "developerName": "QwIT-Development", + "version": "5.1.5", + "versionDate": "2025-03-1T21:40:00+08:00", + "versionDescription": "asd", + "downloadURL": "https://github.com/QwIT-Development/app-legacy/releases/download/v5.1.5/firkaapp.ipa", + "localizedDescription": "asd", + "iconURL": "https://github.com/QwIT-Development/app-legacy/blob/master/refilc/assets/icons/ic_android.png?raw=true", + "tintColor": "018084", + "isLanZouCloud": 0, + "size": 34400, + "type": 1 + } + ] +}