-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstore.json
35 lines (35 loc) · 1.1 KB
/
store.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
30
31
32
33
34
35
{
"name": "Fit by Gisele",
"subtitle": "Development app",
"identifier": "com.neat.store",
"sourceURL": "https://raw.githubusercontent.com/newdev8/fitbyg/main/store.json",
"description": "Development source for Fit by G.",
"website": "https://fitbygisele.com",
"tintColor": "#F54F32",
"featuredApps": [
"com.neat.fitbyg"
],
"apps": [
{
"name": "Fit by Gisele",
"bundleIdentifier": "com.neat.fitbyg",
"developerName": "Neat™",
"subtitle": "Get fit with Gisele.",
"localizedDescription": "Download this app to get fit with Gisele's tranings and diets.",
"iconURL": "https://github.com/newdev8/fitbyg/raw/main/Icon.png",
"tintColor": "#F54F33",
"category": "lifestyle",
"screenshots": [],
"version": "1.0",
"versionDate": "2024-04-21",
"buildVersion": "1",
"localizedDescription": "First release",
"downloadURL": "https://github.com/newdev8/fitbyg/raw/main/fitbyg.ipa",
"size": 79821,
"minOSVersion": "13.2",
"maxOSVersion": "17.4.1",
"appPermissions": {},
},
],
"news": [],
}