-
-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathaltstore.json
More file actions
49 lines (49 loc) · 1.63 KB
/
altstore.json
File metadata and controls
49 lines (49 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "DonutWare Repository",
"subtitle": "A source for Fladder and co.",
"iconURL": "https://avatars.githubusercontent.com/u/42371342",
"tintColor": "#3A2101",
"apps": [
{
"name": "Fladder",
"bundleIdentifier": "nl.jknaapen.fladder",
"developerName": "DonutWare",
"localizedDescription": "A Simple Jellyfin Frontend built on top of Flutter.",
"iconURL": "https://github.com/DonutWare/Fladder/raw/develop/icons/fladder_macos_icon.png?raw=true",
"category": "entertainment",
"screenshots": [
{
"imageURL": "https://github.com/DonutWare/Fladder/blob/develop/assets/marketing/screenshots/Mobile/Dashboard.png?raw=true"
},
{
"imageURL": "https://github.com/DonutWare/Fladder/blob/develop/assets/marketing/screenshots/Mobile/Details.png?raw=true"
},
{
"imageURL": "https://github.com/DonutWare/Fladder/blob/develop/assets/marketing/screenshots/Mobile/Sync.png?raw=true"
},
{
"imageURL": "https://github.com/DonutWare/Fladder/blob/develop/assets/marketing/screenshots/Mobile/Favourites.png?raw=true"
}
],
"versions": [
{
"version": "0.2.6",
"buildVersion": "56",
"date": "2024-10-18",
"size": 29129014,
"downloadURL": "https://github.com/DonutWare/Fladder/releases/download/v0.2.6/fladder-iOS-0.2.6.ipa",
"minOSVersion": "13"
},
{
"version": "0.2.5",
"buildVersion": "52",
"date": "2024-10-16",
"size": 28835840,
"downloadURL": "https://github.com/DonutWare/Fladder/releases/download/v0.2.5/fladder-iOS-0.2.5.ipa",
"minOSVersion": "13"
}
]
}
],
"news": []
}