-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
133 lines (131 loc) · 5.25 KB
/
test.json
File metadata and controls
133 lines (131 loc) · 5.25 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "My Example Source",
"subtitle": "All my apps in one place.",
"description": "Welcome to my source! Here you'll find all of my apps.",
"iconURL": "https://f000.backblazeb2.com/file/rileytestut/ExampleSource/OctoSource.png",
"headerURL": "https://f000.backblazeb2.com/file/rileytestut/ExampleSource/OceanHeader.png",
"website": "https://example.com",
"tintColor": "#4185A9",
"featuredApps": [
"com.example.myapp",
"com.example.anotherapp"
],
"apps": [
{
"name": "MeloNX",
"bundleIdentifier": "com.example.myapp",
"marketplaceID": "0123456789",
"developerName": "Example Developer",
"subtitle": "An awesome app.",
"localizedDescription": "This is an awesome app only available on AltStore.",
"iconURL": "https://f000.backblazeb2.com/file/rileytestut/ExampleSource/FishApp.png",
"tintColor": "#5CA399",
"screenshots": [
"https://example.com/myapp_portrait_screenshot1.png",
"https://example.com/myapp_portrait_screenshot2.png",
{
"imageURL": "https://example.com/myapp_landscape_screenshot.png",
"width": 2556,
"height": 1179
}
],
"versions": [
{
"version": "1.1",
"buildVersion": "2",
"date": "2022-05-01T09:00:00-08:00",
"size": 20000000,
"downloadURL": "https://rapidshare.io/F5c/MeloNX.ipa",
"localizedDescription": "New features and bug fixes.",
"minOSVersion": "12.0"
}
],
"appPermissions": {
"entitlements": [
"com.apple.security.application-groups",
"com.apple.developer.siri"
],
"privacy": {
"NSPhotoLibraryUsageDescription": "App saves photos to your Photo Library.",
"NSCameraUsageDescription": "App uses camera to take photos.",
"NSMicrophoneUsageDescription": "App uses microphone to record video."
}
}
},
{
"name": "Another Example App",
"bundleIdentifier": "com.example.anotherapp",
"marketplaceID": "9876543210",
"developerName": "Example Developer",
"subtitle": "Another awesome app.",
"localizedDescription": "This is another awesome app only available on AltStore.",
"iconURL": "https://f000.backblazeb2.com/file/rileytestut/ExampleSource/SharkApp.png",
"tintColor": "#3660A2",
"screenshots": {
"iphone": [
"https://example.com/anotherapp_portrait_1.png",
"https://example.com/anotherapp_portrait_2.png",
{
"imageURL": "https://example.com/anotherapp_landscape.png",
"width": 2556,
"height": 1179
}
],
"ipad": [
{
"imageURL": "https://example.com/anotherapp_ipad_portrait.png",
"width": 1668,
"height": 2388
},
{
"imageURL": "https://example.com/anotherapp_ipad_landscape.png",
"width": 2388,
"height": 1668
}
]
},
"versions": [
{
"version": "1.2",
"buildVersion": "3",
"date": "2022-06-21T09:00:00-08:00",
"downloadURL": "https://github.com/hugeBlack/GetMoreRam/releases/download/nightly/Entitlement.ipa",
"localizedDescription": "Bug fixes and performance improvements.",
"size": 81514,
"minOSVersion": "13.0"
}
],
"appPermissions": {
"entitlements": [
"com.apple.developer.healthkit",
"com.apple.developer.game-center"
],
"privacy": {
"NSLocalNetworkUsageDescription": "App scans the local network for nearby computers."
}
}
}
],
"news": [
{
"title": "New Feature Announcement",
"identifier": "new_feature",
"caption": "Introducing a new feature in AltStore!",
"date": "2023-03-15",
"tintColor": "#5CA399",
"imageURL": "https://example.com/new_feature_image.png",
"notify": true,
"url": "https://example.com/new_feature_details"
},
{
"title": "App Update Available",
"identifier": "app_update",
"caption": "An update is available for My Example App.",
"date": "2023-03-10T10:00:00-07:00",
"tintColor": "#3660A2",
"imageURL": "https://example.com/app_update_image.png",
"notify": false,
"appID": "com.example.myapp"
}
]
}