Skip to content

Commit b522a82

Browse files
authored
Update apps.json
1 parent 02ab5af commit b522a82

1 file changed

Lines changed: 52 additions & 5 deletions

File tree

apps.json

Lines changed: 52 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"name": "StikDebug",
3-
"subtitle": "An on-device debugger designed specifically for self-installed apps",
2+
"name": "Stephen's Apps (StikDebug & More!)",
3+
"subtitle": "A collection of Stephen B's apps",
44
"website": "https://stikdebug.xyz",
5+
"patreonURL": "https://www.patreon.com/StephenDev0",
56
"tintColor": "#293B45",
67
"featuredApps": [
7-
"com.stik.sj"
8+
"com.stik.sj",
9+
"com.stik.StikBridge.beta"
810
],
911
"apps": [
1012
{
@@ -23,7 +25,7 @@
2325
{
2426
"width": 1290,
2527
"height": 2796,
26-
"imageURL": "https:/stikdebug.xyz/1.PNG"
28+
"imageURL": "https://stikdebug.xyz/1.PNG"
2729
},
2830
{
2931
"width": 1290,
@@ -35,7 +37,7 @@
3537
"height": 2796,
3638
"imageURL": "https://stikdebug.xyz/3.PNG"
3739
}
38-
],
40+
]
3941
},
4042
"versions": [
4143
{
@@ -47,6 +49,51 @@
4749
"buildVersion": "1"
4850
}
4951
]
52+
},
53+
{
54+
"name": "StikBridge",
55+
"bundleIdentifier": "com.stik.StikBridge.beta",
56+
"marketplaceID": "6753732323",
57+
"developerName": "Stephen B",
58+
"subtitle": "Patreon beta access",
59+
"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.",
60+
"category": "developer",
61+
"iconURL": "https://stikdebug.xyz/BridgeBeta.PNG",
62+
"tintColor": "#293B45",
63+
"minOSVersion": "17.4",
64+
"beta": true,
65+
"patreon": {
66+
"pledge": 3
67+
},
68+
"screenshots": {
69+
"iphone": [
70+
{
71+
"width": 1290,
72+
"height": 2796,
73+
"imageURL": "https://stikdebug.xyz/4.PNG"
74+
},
75+
{
76+
"width": 1290,
77+
"height": 2796,
78+
"imageURL": "https://stikdebug.xyz/5.PNG"
79+
},
80+
{
81+
"width": 1290,
82+
"height": 2796,
83+
"imageURL": "https://stikdebug.xyz/6.PNG"
84+
}
85+
]
86+
},
87+
"versions": [
88+
{
89+
"version": "0.1.0",
90+
"date": "2025-10-08T11:00:00-04:00",
91+
"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.",
92+
"downloadURL": "https://www.patreon.com/posts/introducing-stik-140761256",
93+
"size": 3296110,
94+
"buildVersion": "1"
95+
}
96+
]
5097
}
5198
]
5299
}

0 commit comments

Comments
 (0)