mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 22:24:31 +02:00
60 lines
1.2 KiB
Markdown
60 lines
1.2 KiB
Markdown
## 🧩 ReVanced Patches
|
|
|
|
ReVanced Extended Patches.
|
|
|
|
## 📋 List of patches in this repository
|
|
|
|
{{ table }}
|
|
|
|
## 📝 JSON Format
|
|
|
|
This section explains the JSON format for the [patches.json](patches.json) file.
|
|
|
|
Example:
|
|
|
|
```json
|
|
[
|
|
{
|
|
"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": []
|
|
}
|
|
]
|
|
``` |