|
| 1 | +{ |
| 2 | + "name": "lo.cafe", |
| 3 | + "identifier": "lo.cafe", |
| 4 | + "description": "welcome! have a sit, grab a coffee, here's a safe place", |
| 5 | + "iconURL": "https://lo.cafe/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Flo-cafe.2fb7bee5.png&w=640&q=75", |
| 6 | + "website": "https://lo.cafe", |
| 7 | + "tintColor": "#252335", |
| 8 | + "featuredApps": [ |
| 9 | + "lo.cafe.winston" |
| 10 | + ], |
| 11 | + "apps": [ |
| 12 | + { |
| 13 | + "name": "Winston", |
| 14 | + "bundleIdentifier": "lo.cafe.winston", |
| 15 | + "developerName": "lo.cafe", |
| 16 | + "subtitle": "A beautiful and native Reddit client for iOS", |
| 17 | + "localizedDescription": "Step into Winston's embracing world! Winston is an elegant, open-source, native crafted Reddit client for iOS that pushes user experience to the next level.", |
| 18 | + "iconURL": "https://lo.cafe/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fwinston.dff70526.png&w=256&q=75", |
| 19 | + "tintColor": "#5CA399", |
| 20 | + "screenshotURLs": [ |
| 21 | + "https://example.com/myapp_screenshot1.png", |
| 22 | + "https://example.com/myapp_screenshot2.png", |
| 23 | + "https://example.com/myapp_screenshot3.png" |
| 24 | + ], |
| 25 | + "versions": [ |
| 26 | + { |
| 27 | + "version": "0.2.0", |
| 28 | + "date": "2023-10-08T19:18:02Z", |
| 29 | + "size": 300000, |
| 30 | + "downloadURL": "https://github.com/lo-cafe/winston/releases/download/v0.2-alpha/winston.ipa", |
| 31 | + "localizedDescription": "Initial Release", |
| 32 | + "minOSVersion": "16.0"} |
| 33 | + ], |
| 34 | + "appPermissions": { |
| 35 | + "entitlements": [ |
| 36 | + { |
| 37 | + "name": "com.apple.developer.associated-domainss" |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "com.apple.developer.siri" |
| 41 | + } |
| 42 | + ], |
| 43 | + "privacy": [ |
| 44 | + ] |
| 45 | + } |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "Another Example App", |
| 49 | + "bundleIdentifier": "com.example.anotherapp", |
| 50 | + "developerName": "Example Developer", |
| 51 | + "subtitle": "Another awesome app.", |
| 52 | + "localizedDescription": "This is another awesome app only available on AltStore.", |
| 53 | + "iconURL": "https://f000.backblazeb2.com/file/rileytestut/ExampleSource/SharkApp.png", |
| 54 | + "tintColor": "#3660A2", |
| 55 | + "screenshotURLs": [ |
| 56 | + "https://example.com/anotherapp_screenshot1.png", |
| 57 | + "https://example.com/anotherapp_screenshot2.png", |
| 58 | + "https://example.com/anotherapp_screenshot3.png" |
| 59 | + ], |
| 60 | + "versions": [ |
| 61 | + { |
| 62 | + "version": "1.2", |
| 63 | + "date": "2022-06-21T09:00:00-08:00", |
| 64 | + "downloadURL": "https://example.com/anotherapp_v1.2.ipa", |
| 65 | + "localizedDescription": "Bug fixes and performance improvements." |
| 66 | + , |
| 67 | + "size": 81514, |
| 68 | + "minOSVersion": "13.0" |
| 69 | + }, |
| 70 | + { |
| 71 | + "version": "1.1", |
| 72 | + "date": "2022-04-15T10:00:00-08:00", |
| 73 | + "downloadURL": "https://example.com/anotherapp_v1.1.ipa", |
| 74 | + "localizedDescription": "New features!" |
| 75 | + , |
| 76 | + "size": 81364, |
| 77 | + "minOSVersion": "13.0", |
| 78 | + "maxOSVersion": "16.3" |
| 79 | + }, |
| 80 | + { |
| 81 | + "version": "1.0", |
| 82 | + "date": "2022-02-02T07:00:00-08:00", |
| 83 | + "downloadURL": "https://example.com/anotherapp_v1.0.ipa", |
| 84 | + "localizedDescription": "Initial release.", |
| 85 | + "size": 79821 |
| 86 | + } |
| 87 | + ], |
| 88 | + "appPermissions": { |
| 89 | + "entitlements": [ |
| 90 | + { |
| 91 | + "name": "com.apple.security.application-groups" |
| 92 | + }, |
| 93 | + { |
| 94 | + "name": "com.apple.developer.siri" |
| 95 | + } |
| 96 | + ], |
| 97 | + "privacy": [ |
| 98 | + { |
| 99 | + "name": "LocalNetwork", |
| 100 | + "usageDescription": "App scans the local network for nearby computers." |
| 101 | + } |
| 102 | + ] |
| 103 | + } |
| 104 | + } |
| 105 | + ], |
| 106 | + "news": [ |
| 107 | + { |
| 108 | + "title": "Winston hits Altstore", |
| 109 | + "identifier": "initRelease", |
| 110 | + "caption": "Introducing Winston! A beautiful and native Reddit client for iOS", |
| 111 | + "date": "2023-10-08", |
| 112 | + "tintColor": "#5CA399", |
| 113 | + "notify": true |
| 114 | + } |
| 115 | + ] |
| 116 | +} |
0 commit comments