-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskeleton.json
65 lines (65 loc) · 2.96 KB
/
skeleton.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
{
"name": "Z2 Marketplace",
"apps": {
"com.aurora.store": {
"type": "f-droid",
"description": "Download and install Play Store apps on your Z2!!! (Make sure to set the installation method in settings to Shizuku!)",
"dependencies": [
"moe.shizuku.privileged.api"
]
},
"moe.shizuku.privileged.api": {
"type": "f-droid",
"repo": "https://apt.izzysoft.de/fdroid/repo",
"description": "Allows managing apps via Aurora and F-Droid."
},
"org.fdroid.fdroid.privileged": {
"downloadUrl": "https://github.com/depau/fdroid_shizuku_privileged_extension/raw/master/fdroid/repo/F-DroidShizukuPrivilegedExtension-release.apk",
"name": "F-Droid Shizuku Privileged Extension",
"description": "Enables F-Droid to work via Shizuku.",
"dependencies": [
"moe.shizuku.privileged.api"
],
"icon": "https://raw.githubusercontent.com/depau/fdroid_shizuku_privileged_extension/master/fdroid/repo/icons-640/ic_launcher-playstore.png",
"attribution": {
"name": "Davide Depau on GitHub",
"link": "https://github.com/depau/fdroid_shizuku_privileged_extension"
},
"postinstall": "am start -n org.fdroid.fdroid.privileged/.RequestPermissionActivity"
},
"org.mozilla.firefox": {
"type": "fenix",
"description": "A browser for your Z2."
},
"org.fdroid.fdroid": {
"type": "f-droid",
"description": "A collection of apps that don't need Play Store. \n\nNote: Unfortunately we've been having issues with this not working properly with the F-Droid Shizuku Privileged Extension (which is required for it to function at all on the Z2).",
"dependencies": [
"org.fdroid.fdroid.privileged"
]
},
"org.samo_lego.canta": {
"type": "f-droid",
"description": "Makes uninstalling apps easier.",
"dependencies": [
"moe.shizuku.privileged.api"
]
},
"com.aefyr.sai.fdroid": {
"type": "f-droid",
"description": "Allows installing APKs directly on the phone without a PC! (Make sure to use Shizuku install method)",
"dependencies": [
"moe.shizuku.privileged.api"
]
},
"de.szalkowski.activitylauncher": {
"type": "f-droid",
"description": "Allows accessing parts of apps that may otherwise be inaccessible."
},
"io.github.muntashirakon.setedit": {
"type": "f-droid",
"description": "THIS APP CAN HARM YOUR DEVICE!!! Allows modifying settings that the manufacturer doesn't want you to.",
"postinstall": "pm grant io.github.muntashirakon.setedit android.permission.WRITE_SECURE_SETTINGS"
}
}
}