mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-29 13:20:19 +02:00
41 lines
742 B
Markdown
41 lines
742 B
Markdown
## 🧩 ReVanced Patches
|
|
|
|
The official 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.",
|
|
"version": "0.0.1",
|
|
"excluded": false,
|
|
"options": [],
|
|
"dependencies": [
|
|
"settings"
|
|
],
|
|
"compatiblePackages": [
|
|
{
|
|
"name": "com.google.android.youtube",
|
|
"versions": [
|
|
"18.19.36",
|
|
"18.20.39",
|
|
"18.21.35",
|
|
"18.22.37",
|
|
"18.23.36",
|
|
"18.24.36"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
``` |