-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidenightly.json
More file actions
54 lines (54 loc) · 3.16 KB
/
Copy pathsidenightly.json
File metadata and controls
54 lines (54 loc) · 3.16 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 Nightly Updates",
"identifier": "com.SideStore.SideStore.nightly.updates",
"subtitle": "MiniStore nightly self-update source",
"description": "Nightly update source for MiniStore — the alternative App Store for iOS.",
"sourceURL": "https://raw.githubusercontent.com/The-Big-Mini/MiniStore/develop/sidenightly.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": "nightly",
"releases": [
{
"version": "0.6.5-20260622.67+e9c76a4b",
"date": "2026-06-22",
"downloadURL": "https://github.com/The-Big-Mini/MiniStore/releases/download/nightly/MiniStore.ipa",
"size": 22025684,
"sha256": "fd718dfe8700d318f1d1cf5360ce69f507076b6b809ad4fdae97e994dc6a5f5c",
"minOSVersion": "17.1",
"localizedDescription": "#### What's Changed\n- Merge pull request #45 from The-Big-Mini/claude/crisp-fade-animations\n- chore(ci): PR #45 build logs (0.6.5-pr.45.2c4a88f)\n- chore(ci): PR #45 build logs (0.6.5-pr.45.c8f12ef)\n- feat(ui): crisp up the launch intro animation\n- feat(ui): crisp up fade animations across the app\n- chore(source): stamp sidenightly.json 0.6.5-20260622.66+68c1f93b\n- chore(ci): nightly build logs for 0.6.5-20260622.66+68c1f93b\n\n#### Full Changelog: [68c1f93b...e9c76a4b](https://github.com/The-Big-Mini/MiniStore/compare/68c1f93b00b921106cfd368cc3d408fd642d062f...e9c76a4b6efb24af07777a702917fe9e51b4e1c3)"
}
]
}
]
}
]
}