-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaltstore.json
102 lines (102 loc) · 4.36 KB
/
altstore.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "Enmity",
"identifier": "enmity",
"subtitle": "Add plugins and themes to Discord!",
"description": "Add plugins and themes to Discord!",
"website": "https://enmity.unbound.rip/",
"iconURL": "https://enmity-mod.github.io/repo/CydiaIcon@3x.png",
"tintColor": "#6D00FF",
"apps": [
{
"name": "Enmity",
"bundleIdentifier": "com.hammerandchisel.discord",
"developerName": "Enmity Team",
"subtitle": "Add plugins and themes to Discord!",
"localizedDescription": "Add plugins and themes to Discord!",
"iconURL": "https://enmity-mod.github.io/repo/CydiaIcon@3x.png",
"tintColor": "#6D00FF",
"category": "utilities",
"screenshots": {
"iphone": [
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_iphone/chat.png",
"width": 1284,
"height": 2778
},
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_iphone/plugins.png",
"width": 1284,
"height": 2778
},
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_iphone/profile.png",
"width": 1284,
"height": 2778
},
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_iphone/settings.png",
"width": 1284,
"height": 2778
}
],
"ipad": [
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_ipad/chat.png",
"width": 1000,
"height": 692
},
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_ipad/plugins.png",
"width": 1000,
"height": 692
},
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_ipad/profile.png",
"width": 1000,
"height": 692
},
{
"imageURL": "https://enmity-mod.github.io/repo/screenshots_ipad/settings.png",
"width": 1000,
"height": 692
}
]
},
"versions": [
{
"version": "261.0",
"date": "2025-01-08T15:30:00-04:00",
"localizedDescription": "Update Discord to 261.0",
"downloadURL": "https://github.com/enmity-mod/tweak/releases/latest/download/Enmity.ipa",
"size": 101315549,
"minOSVersion": "15.0"
}
],
"appPermissions": {
"entitlements": [
"com.apple.developer.usernotifications.communication",
"com.apple.developer.associated-appclip-app-identifiers",
"com.apple.developer.kernel.increased-memory-limit",
"com.apple.developer.avfoundation.multitasking-camera-access",
"com.apple.developer.associated-domains",
"com.apple.developer.storekit.request-data",
"com.apple.security.application-groups",
"aps-environment"
],
"privacy": {
"NSPhotoLibraryUsageDescription": "By allowing us access to your photos, you will be able to upload images as an avatar, server icon, and more, and you can send photos and videos to your friends and communities.",
"NSBluetoothAlwaysUsageDescription": "To connect to your devices",
"NSLocationAlwaysUsageDescription": "To enable services that require location",
"NSLocationAlwaysAndWhenInUseUsageDescription": "To enable services that require location",
"NSContactsUsageDescription": "We can help you find people you know on Discord. Your contacts will be regularly sent to us so you can connect with friends. You can turn this off any time.",
"NSCameraUsageDescription": "By allowing access to your camera, you can take pictures and others will be able to see you in voice and video calls.",
"NSMicrophoneUsageDescription": "By allowing access to your microphone, you'll be able to talk in calls.",
"NSBluetoothPeripheralUsageDescription": "To connect to your devices",
"NSLocalNetworkUsageDescription": "Allow Discord access to your local network to find devices using the same internet connection.",
"NSLocationWhenInUseUsageDescription": "To enable services that require location",
"NSPhotoLibraryAddUsageDescription": "By allowing access to your library, you'll be able to download photos and videos."
}
}
}
]
}