-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stable.json
86 lines (85 loc) · 3.77 KB
/
stable.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
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
{
"$schema": "https://github.com/SideStore/SideSource/raw/main/dist/schema.json",
"source": {
"name": "SideStore",
"identifier": "com.SideStore.SideStore"
},
"inputs": [
{
"type": "github",
"repo": "SideStore/SideStore",
"tag": "latest",
"allowPrereleases": true, // TODO: remove once we stop using prereleases
// https://github.com/SideStore/SideSource/blob/main/example/src/functions.ts
//"changelogLambda": "function:changelog",
//"dateLambda": "function:date",
//"versionLambda": "function:version",
"appMetadata": {
"name": "SideStore",
"bundleIdentifier": "com.SideStore.SideStore",
"developerName": "SideStore Team",
"localizedDescription": "SideStore is an alternative app store for non-jailbroken devices.\n\nSideStore allows you to sideload other .ipa files and apps from the Files app or via the SideStore Library.",
"tintColor": "A405FA",
"iconURL": "https://sidestore.io/assets/icon.png",
"screenshotURLs": [
"https://sidestore.io/assets/screenshots/dark/browse.png",
"https://sidestore.io/assets/screenshots/dark/apps.png",
"https://sidestore.io/assets/screenshots/dark/news.png",
"https://sidestore.io/assets/screenshots/light/browse.png",
"https://sidestore.io/assets/screenshots/light/apps.png",
"https://sidestore.io/assets/screenshots/light/news.png"
],
"permissions": [
{
"type": "background-fetch",
"usageDescription": "SideStore periodically refreshes apps in the background to prevent them from expiring."
},
{
"type": "background-audio",
"usageDescription": "Allows SideStore to run longer than 30 seconds when refreshing apps in background."
}
]
}
}
],
"news": [
{
"title": "Added More Sources!",
"identifier": "TrustedSource",
"caption": "Introducing PojavLauncher to SideStore!",
"tintColor": "912F8D",
"imageURL": "https://pbs.twimg.com/media/FjwYldzaYAAhqUS.jpg",
"url": "https://twitter.com/sidestore_io/status/1602182903450210305?s=46&t=_UKJO3_7BFa-fxf0F6jSHw",
"date": "2022-12-11",
"notify": true
},
{
"title": "#StandWithUkraine",
"identifier": "support-ukraine",
"caption": "Find out how you can help support those impacted by the Russian invasion.",
"tintColor": "003e80",
"imageURL": "https://user-images.githubusercontent.com/705880/156053447-a158cac7-df5f-4497-8025-15c3c2e10b48.png",
"url": "https://linktr.ee/razomforukraine",
"date": "2022-03-01",
"notify": false
},
{
"title": "Welcome to SideStore!",
"identifier": "welcome",
"caption": "Check out the Wiki page for more info",
"tintColor": "A405FA",
"url": "https://wiki.sidestore.io",
"date": "2050-01-02",
"notify": false
},
{
"title": "Proceed with Caution!",
"identifier": "caution",
"caption": "SideStore is currently pre-release software. Expect bugs, and please report them",
"tintColor": "FF0F0F",
"url": "https://github.com/SideStore/SideStore/issues",
"date": "2050-01-01",
"notify": false
}
]
}