mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 14:14:38 +02:00
enable revanced extended
This commit is contained in:
parent
a0c9538c94
commit
d05014fb7e
@ -1,5 +1,3 @@
|
||||
#### ⚠️ Do not download modules from 3rd party sources like random websites you found on Google. There are many that uses my modules and impersonates ReVanced.
|
||||
|
||||
# ReVanced Magisk Module
|
||||
[](https://t.me/rvc_magisk)
|
||||
[](https://github.com/j-hc/revanced-magisk-module/actions/workflows/ci.yml)
|
||||
@ -29,7 +27,6 @@ Note that the <a href="../../actions/workflows/ci.yml">CI workflow</a> is schedu
|
||||
</details>
|
||||
|
||||
## To include/exclude patches or patch other apps
|
||||
[**See the list of patches**](https://j-hc.github.io/rvmm-config-gen/)
|
||||
|
||||
* Star the repo :eyes:
|
||||
* Use the repo as a [template](https://github.com/new?template_name=revanced-magisk-module&template_owner=j-hc)
|
||||
|
40
config.toml
40
config.toml
@ -17,6 +17,25 @@ build-mode = "both"
|
||||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
||||
arch = "both"
|
||||
|
||||
[Music-Extended]
|
||||
app-name = "Music"
|
||||
patches-source = "inotia00/revanced-patches"
|
||||
integrations-source = "inotia00/revanced-integrations"
|
||||
cli-source = "inotia00/revanced-cli"
|
||||
rv-brand = "ReVanced Extended"
|
||||
build-mode = "both"
|
||||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
||||
arch = "both"
|
||||
|
||||
[YouTube-Extended]
|
||||
app-name = "YouTube"
|
||||
patches-source = "inotia00/revanced-patches"
|
||||
integrations-source = "inotia00/revanced-integrations"
|
||||
cli-source = "inotia00/revanced-cli"
|
||||
rv-brand = "ReVanced Extended"
|
||||
build-mode = "both"
|
||||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
|
||||
|
||||
[Twitter]
|
||||
build-mode = "apk"
|
||||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.twitter.android"
|
||||
@ -43,24 +62,3 @@ uptodown-dlurl = "https://spotify.en.uptodown.com/android"
|
||||
[IconPackStudio]
|
||||
enabled = false
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/smart-launcher-team/icon-pack-studio/"
|
||||
|
||||
[Music-Extended]
|
||||
enabled = false
|
||||
app-name = "Music"
|
||||
patches-source = "inotia00/revanced-patches"
|
||||
integrations-source = "inotia00/revanced-integrations"
|
||||
cli-source = "inotia00/revanced-cli"
|
||||
rv-brand = "ReVanced Extended"
|
||||
build-mode = "both"
|
||||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
|
||||
arch = "both"
|
||||
|
||||
[YouTube-Extended]
|
||||
enabled = false
|
||||
app-name = "YouTube"
|
||||
patches-source = "inotia00/revanced-patches"
|
||||
integrations-source = "inotia00/revanced-integrations"
|
||||
cli-source = "inotia00/revanced-cli"
|
||||
rv-brand = "ReVanced Extended"
|
||||
build-mode = "both"
|
||||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
|
||||
|
Loading…
x
Reference in New Issue
Block a user