Skip to content

Commit 1e5b377

Browse files
authored
Create classic.json
1 parent 7a68651 commit 1e5b377

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

classic.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"name": "Stephen's Apps (StikBridge Beta)",
3+
"subtitle": "A collection of Stephen B's apps",
4+
"website": "https://stikdebug.xyz",
5+
"patreonURL": "https://www.patreon.com/StephenDev0",
6+
"tintColor": "#293B45",
7+
"featuredApps": [
8+
"com.stik.StikBridge.beta"
9+
],
10+
"apps": [
11+
{
12+
"name": "StikBridge",
13+
"bundleIdentifier": "com.stik.StikBridge.beta",
14+
"marketplaceID": "6753732323",
15+
"developerName": "Stephen B",
16+
"subtitle": "Patreon beta access",
17+
"localizedDescription": "The Patreon beta release of StikBridge is now live! Get early access to new tools and help test features before the full 1.0 release on January 1, 2026. The beta will continue to receive experimental builds and updates even after the public 1.0 release, remaining a dedicated testing branch for new features.",
18+
"category": "developer",
19+
"iconURL": "https://stikdebug.xyz/BridgeBeta.PNG",
20+
"tintColor": "#293B45",
21+
"minOSVersion": "17.4",
22+
"beta": true,
23+
"patreon": {
24+
"pledge": 3
25+
},
26+
"tags": ["beta"],
27+
"screenshots": {
28+
"iphone": [
29+
{
30+
"width": 1290,
31+
"height": 2796,
32+
"imageURL": "https://stikdebug.xyz/4.PNG"
33+
},
34+
{
35+
"width": 1290,
36+
"height": 2796,
37+
"imageURL": "https://stikdebug.xyz/5.PNG"
38+
},
39+
{
40+
"width": 1290,
41+
"height": 2796,
42+
"imageURL": "https://stikdebug.xyz/6.PNG"
43+
}
44+
]
45+
},
46+
"versions": [
47+
{
48+
"version": "0.2.0",
49+
"date": "2025-10-08T11:00:00-04:00",
50+
"localizedDescription": "Patreon beta release of StikBridge — now live! Exclusive early access for Patreon supporters to test new features and tools before the public 1.0 release. The beta will continue to exist as an ongoing test branch with new experimental features even after 1.0 launches.",
51+
"downloadURL": "https://www.patreon.com/file?h=141090352&m=548062830",
52+
"size": 3296110,
53+
"buildVersion": "1"
54+
}
55+
]
56+
}
57+
]
58+
}

0 commit comments

Comments
 (0)