-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsource.json
29 lines (29 loc) · 944 Bytes
/
source.json
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
{
"name": "Source Name",
"identifier": "identifier for your apps example com.appname",
"sourceURL": "https://raw.githubusercontent.com/Spidy123222/SideStore-source-template/main/source.json",
"apps": [
{
"name": "AppNameHere",
"bundleIdentifier": "AppBundleID",
"developerName": "John Doe",
"subtitle": "ShortDescription",
"version": "1.0.0",
"versionDate": "2022-06-15T12:00:00-05:00",
"versionDescription": "UpdateDescription",
"downloadURL": "DirectDownloadLinkToIPA",
"localizedDescription": "AppDescription",
"iconURL": "placeholder/icon.512x512.png",
"tintColor": "#162434",
"size": 36120321,
"permissions": [
{
"type": "Permission name",
"usageDescription": "DescriptionOfUsageOfPermission"
}
],
"screenshotURLs": [
"LinkToPhoto1/photo1.jpg",
"LinkToPhoto2/photo2.jpg"
]
}