Skip to content

Latest commit

 

History

History
96 lines (89 loc) · 1.89 KB

README-template.md

File metadata and controls

96 lines (89 loc) · 1.89 KB

🧩 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 an option to set the default video quality.",
    "compatiblePackages":[
      {
        "name":"com.google.android.youtube",
        "versions":[
          "18.25.40",
          "18.27.36",
          "18.29.38",
          "18.30.37",
          "18.31.40",
          "18.32.39",
          "18.33.40",
          "18.34.38",
          "18.35.36",
          "18.36.39",
          "18.37.36",
          "18.38.44",
          "18.39.41",
          "18.40.34",
          "18.41.39",
          "18.42.41",
          "18.43.45",
          "18.44.41",
          "18.45.43",
          "18.46.45",
          "18.48.39",
          "18.49.37",
          "19.01.34",
          "19.02.39"
        ]
      }
    ],
    "use":true,
    "requiresIntegrations":false,
    "options": []
  },
  {
    "name": "Remember video quality",
    "description": "Adds an option to remember the last video quality selected.",
    "compatiblePackages": [
      {
        "name": "com.google.android.apps.youtube.music",
        "versions": [
          "6.21.52",
          "6.22.52",
          "6.23.56",
          "6.25.53",
          "6.26.51",
          "6.27.54",
          "6.28.53",
          "6.29.58",
          "6.31.55",
          "6.33.52"
        ]
      }
    ],
    "use":true,
    "requiresIntegrations":false,
    "options": []
  },
  {
    "name": "Hide ads",
    "description": "Adds options to hide ads.",
    "compatiblePackages": [
      {
        "name": "com.reddit.frontpage",
        "versions": [
          "2023.12.0",
          "2024.04.0"
        ]
      }
    ],
    "use":true,
    "requiresIntegrations":true,
    "options": []
  }
]