mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 14:14:36 +02:00
1.2 KiB
1.2 KiB
🧩 ReVanced Patches
ReVanced Extended Patches.
📋 List of patches in this repository
{{ table }}
📝 JSON Format
This section explains the JSON format for the patches.json file.
Example:
[
{
"name": "Default video quality",
"description": "Adds ability to set default video quality settings.",
"compatiblePackages":[
{
"name":"com.google.android.youtube",
"versions":[
"18.22.37",
"18.23.36",
"18.24.37",
"18.25.40",
"18.27.36",
"18.29.38",
"18.30.37",
"18.31.40",
"18.32.39",
"18.33.40"
]
}
],
"use":true,
"requiresIntegrations":false,
"options": []
},
{
"name": "Remember video quality",
"description": "Save the video quality value whenever you change the video quality.",
"compatiblePackages": [
{
"name": "com.google.android.apps.youtube.music",
"versions": [
"6.15.52",
"6.20.51",
"6.21.51",
"6.22.51"
]
}
],
"use":true,
"requiresIntegrations":false,
"options": []
}
]