fooder-app/altstore/source.json

70 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2024-07-15 12:31:53 +02:00
{
"name": "Doman",
"subtitle": "Doman source!",
"description": "For now it's just the fooder app",
"iconURL": "https://fooder.domandoman.xyz/assets/logo.png",
"headerURL": "https://fooder.domandoman.xyz/assets/logo.png",
"website": "https://fooder.domandoman.xyz",
"tintColor": "#FF8B9DC3",
"featuredApps": [
"com.example.fooderWeb",
],
"apps": [
{
"name": "Fooder",
"bundleIdentifier": "com.example.fooderWeb",
"developerName": "Doman",
"subtitle": "Count your calories",
"localizedDescription": "Awesome app to count your calories",
"iconURL": "https://fooder.domandoman.xyz/assets/logo.png",
"tintColor": "#FF8B9DC3",
"screenshots": [
"https://fooder.domandoman.xyz/assets/screenshot1.png",
"https://fooder.domandoman.xyz/assets/screenshot2.png",
],
"versions": [
{
"version": "1.0.0+1",
"date": "2024-05-10T07:00:00-08:00",
"size": 10000000,
"downloadURL": "https://example.com/myapp_v1.0.ipa",
"localizedDescription": "Initial release."
}
],
"appPermissions": {
"entitlements": [
"com.apple.security.application-groups",
"com.apple.developer.siri"
],
"privacy": {
"NSPhotoLibraryUsageDescription": "App saves photos to your Photo Library.",
"NSCameraUsageDescription": "App uses camera to take photos.",
"NSMicrophoneUsageDescription": "App uses microphone to record video."
}
}
},
],
"news": [
{
"title": "New Feature Announcement",
"identifier": "new_feature",
"caption": "Introducing a new feature in AltStore!",
"date": "2023-03-15",
"tintColor": "#5CA399",
"imageURL": "https://example.com/new_feature_image.png",
"notify": true,
"url": "https://example.com/new_feature_details"
},
{
"title": "App Update Available",
"identifier": "app_update",
"caption": "An update is available for My Example App.",
"date": "2023-03-10T10:00:00-07:00",
"tintColor": "#3660A2",
"imageURL": "https://example.com/app_update_image.png",
"notify": false,
"appID": "com.example.myapp"
}
]
}