-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathside.json
More file actions
54 lines (54 loc) · 2.77 KB
/
Copy pathside.json
File metadata and controls
54 lines (54 loc) · 2.77 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
50
51
52
53
54
{
"schemaVersion": "1.0.0",
"name": "MiniStore Updates",
"identifier": "com.SideStore.SideStore.updates",
"subtitle": "MiniStore self-update source",
"description": "Stable update source for MiniStore — the alternative App Store for iOS.",
"sourceURL": "https://raw.githubusercontent.com/The-Big-Mini/MiniStore/develop/side.json",
"iconURL": "https://raw.githubusercontent.com/The-Big-Mini/MiniStore/develop/AltStore/Resources/Icons.xcassets/AppIcon.appiconset/MiniStore.png",
"website": "https://github.com/The-Big-Mini/MiniStore",
"tintColor": "#018084",
"apps": [
{
"name": "MiniStore",
"bundleIdentifier": "com.SideStore.SideStore",
"developerName": "The-Big-Mini",
"subtitle": "The Alternative App Store",
"localizedDescription": "MiniStore is an alternative App Store for iOS that lets you install and update apps directly from your device — no computer required.\n\nFeatures:\n• Install apps directly from sources\n• Refresh and update apps wirelessly\n• Widget support to track app expiry\n• Browse curated sources and discover new apps",
"iconURL": "https://raw.githubusercontent.com/The-Big-Mini/MiniStore/develop/AltStore/Resources/Icons.xcassets/AppIcon.appiconset/MiniStore.png",
"tintColor": "#018084",
"screenshotURLs": [
"https://raw.githubusercontent.com/The-Big-Mini/MiniStore/develop/Screenshots/MiniStore-1.PNG",
"https://raw.githubusercontent.com/The-Big-Mini/MiniStore/develop/Screenshots/MiniStore-2.PNG",
"https://raw.githubusercontent.com/The-Big-Mini/MiniStore/develop/Screenshots/MiniStore-3.PNG"
],
"permissions": [
{
"type": "network",
"usageDescription": "Required to communicate with your device over Wi-Fi to install and refresh apps."
},
{
"type": "background-fetch",
"usageDescription": "Allows MiniStore to check for app updates in the background."
}
],
"category": "utilities",
"releaseChannels": [
{
"track": "stable",
"releases": [
{
"version": "0.6.4",
"date": "2026-06-11",
"downloadURL": "https://github.com/The-Big-Mini/MiniStore/releases/download/0.6.4/MiniStore.ipa",
"size": 21813133,
"sha256": "f4398d3a2b55ddcf167e559e27dc4e294e487d3debc10267fb7475313ca70aca",
"minOSVersion": "17.1",
"localizedDescription": "MiniStore 0.6.4\n\n• Continued migration to a faster, native SwiftUI interface\n• Restored the LocalDevVPN auto-connect toggle in Refreshing Apps settings\n• Fixed the App IDs list refresh and a stuck pull-to-refresh spinner\n• Performance improvements and bug fixes"
}
]
}
]
}
]
}