forked from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·22 lines (19 loc) · 1.29 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
enable-magisk-update = false # set this to false if you do not want to receive updates for the module in magisk app
# add 'enabled = false' for not patching a specific app or remove it from the config
# see https://github.com/j-hc/revanced-magisk-module/blob/main/CONFIG.md for more detailed explanations
# you can use rvmm-config-gen to generate a config
[YouTube]
app-name = "xf"
build-mode = "apk" # 'both', 'apk' or 'module'
excluded-patches = "'Spoof device dimensions' 'Enable debugging' 'Swipe controls' 'Enable tablet layout' 'Tablet mini player' 'Theme' 'Wide searchbar'"
included-patches = "'Custom branding'" # space-seperated patches to include (non-excluded patches are included by default)
#version = "auto" # 'auto', 'latest', 'beta' or a custom one like '17.40.41'
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube" # fallback
#version = "19.01.34"
module-prop-name = "ytrv-magisk"
cli-source = "revanced/revanced-cli"
patches-source = "revanced/revanced-patches"
integrations-source = "revanced/revanced-integrations"
riplib = false
enabled = true