forked from SableClient/Sable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaltstore-source.json
More file actions
31 lines (31 loc) · 1.13 KB
/
Copy pathaltstore-source.json
File metadata and controls
31 lines (31 loc) · 1.13 KB
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
{
"name": "Sable",
"subtitle": "Sable for iOS",
"description": "Sable iOS nightly builds for AltStore and SideStore.",
"iconURL": "https://raw.githubusercontent.com/SableClient/Sable/dev/src-tauri/icons/icon.png",
"website": "https://github.com/SableClient/Sable",
"tintColor": "#5CA399",
"featuredApps": ["moe.sable.client"],
"apps": [
{
"name": "Sable",
"bundleIdentifier": "moe.sable.client",
"developerName": "SableClient",
"subtitle": "Sable iOS (nightly)",
"localizedDescription": "Sable for iOS. Nightly builds from dev; unsigned, resigned at install by AltStore/SideStore.",
"iconURL": "https://raw.githubusercontent.com/SableClient/Sable/dev/src-tauri/icons/icon.png",
"tintColor": "#5CA399",
"category": "social",
"screenshots": [],
"versions": [],
"appPermissions": {
"entitlements": ["aps-environment"],
"privacy": {
"NSCameraUsageDescription": "Sable needs camera access for video calls.",
"NSMicrophoneUsageDescription": "Sable needs microphone access for voice and video calls."
}
}
}
],
"news": []
}