This repository was archived by the owner on Feb 17, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidestore.json
More file actions
82 lines (82 loc) · 4.51 KB
/
sidestore.json
File metadata and controls
82 lines (82 loc) · 4.51 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "LcInstaller Repo",
"identifier": "site.ashutoshportfolio.lcinstaller",
"subtitle": "LiveContainer Installer Repo to install or update LcInstaller",
"iconURL": "https://raw.githubusercontent.com/asrma7/LiveContainer-installer/main/screenshots/100.png",
"website": "https://github.com/asrma7/LiveContainer-Installer",
"sourceURL": "https://raw.githubusercontent.com/asrma7/LiveContainer-Installer/main/sidestore.json",
"apps": [
{
"name": "LcInstaller",
"bundleIdentifier": "site.ashutoshportfolio.lcinstaller",
"developerName": "Ashutosh Sharma",
"subtitle": "App installer for LiveContainer",
"version": "1.2.2",
"versionDate": "2026-02-17T16:15:25Z",
"versionDescription": "\n- Improvement of add source to skip duplicate urls instead of cancelling the import.",
"downloadURL": "https://github.com/asrma7/LiveContainer-installer/releases/download/v1.2.2/LcInstaller.ipa",
"localizedDescription": "Install apps on LiveContainer from different sources with ease!",
"iconURL": "https://raw.githubusercontent.com/asrma7/LiveContainer-installer/main/screenshots/100.png",
"tintColor": "#307CFF",
"size": 8292824,
"versions": [
{
"version": "1.2.2",
"date": "2026-02-17T16:15:25Z",
"downloadURL": "https://github.com/asrma7/LiveContainer-installer/releases/download/v1.2.2/LcInstaller.ipa",
"localizedDescription": "\n- Improvement of add source to skip duplicate urls instead of cancelling the import.",
"size": 8292824
},
{
"version": "1.2.1",
"date": "2025-11-09T00:24:51Z",
"downloadURL": "https://github.com/asrma7/LiveContainer-installer/releases/download/v1.2.1/LcInstaller.ipa",
"localizedDescription": "\n- Fixed issue with incorrect latest version due to missing leading zero in version dates.",
"size": 8095982
},
{
"version": "1.2.0",
"date": "2025-11-04T01:29:42Z",
"downloadURL": "https://github.com/asrma7/LiveContainer-installer/releases/download/v1.2.0/LcInstaller.ipa",
"localizedDescription": "- Fixed issue with unsupported versionDate in some repositories like SpotCompiled causing app library to fail to load.\n- Added visual notification of Import and Export in Add Source Page.\n- Added template image for invalid image in source or app.",
"size": 8095146
},
{
"version": "1.1.0",
"date": "2025-09-12T05:56:55Z",
"downloadURL": "https://github.com/asrma7/LiveContainer-installer/releases/download/v1.1.0/LcInstaller.ipa",
"localizedDescription": "- Library page now shows installed apps and available updates.\n- Workaround implemented to track installed app. (Does not retrieve data from Live Container)",
"size": 8095096
},
{
"version": "1.0.1",
"date": "2025-09-12T02:20:33Z",
"downloadURL": "https://github.com/asrma7/LiveContainer-installer/releases/download/v1.0.1/LcInstaller.ipa",
"localizedDescription": "- UI Improvement for larger Icons and better view\n- All Repository added within source page to view all apps",
"size": 8077929
},
{
"version": "1.0.0",
"date": "2025-09-09T09:02:06Z",
"downloadURL": "https://github.com/asrma7/LiveContainer-installer/releases/download/v1.0.0/LcInstaller.ipa",
"localizedDescription": "- Implement AppViewPage where you can see details and screenshots of the app\n- Version History page to allow users to download older versions of the app\n- UI optimization\n- App loading speed optimization",
"size": 8076298
},
{
"version": "0.1.6",
"date": "2025-09-09T05:36:21Z",
"downloadURL": "https://github.com/asrma7/LiveContainer-installer/releases/download/v0.1.6/LcInstaller.ipa",
"localizedDescription": "- Fix issue with bottom navigation bar hiding apps\n- Optimize app loading logic to load app lists faster for repos with 1000+ apps\n- Removed database for apps and screenshots to store them in memory for better performance",
"size": 8056715
},
{
"version": "0.1.5",
"date": "2025-09-08T01:49:16Z",
"downloadURL": "https://github.com/asrma7/LiveContainer-installer/releases/download/v0.1.5/LcInstaller.ipa",
"localizedDescription": "- Fix issue with importing recommended sources",
"size": 8064425
}
]
}
]
}