Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inotia00/revanced-patches-arsclib
https://github.com/inotia00/revanced-patches-arsclib
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inotia00/revanced-patches-arsclib
- Owner: inotia00
- License: gpl-3.0
- Created: 2024-06-25T09:20:22.000Z (6 months ago)
- Default Branch: arsclib-old
- Last Pushed: 2024-08-28T10:38:47.000Z (4 months ago)
- Last Synced: 2024-08-28T11:38:16.159Z (4 months ago)
- Language: Kotlin
- Size: 32.3 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-template.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-ReVanced - inotia00-arsclib
README
## 🧩 Patches
The official Patch bundle provided by ReVanced and the community.
> Looking for the JSON variant of this? [Click here](patches.json).
{{ table }}
## 📝 JSON Format
This section explains the JSON format for the [patches.json](patches.json) file.
The file contains an array of objects, each object representing a patch. The object contains the following properties:
| key | description |
|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `name` | The name of the patch. |
| `description` | The description of the patch. |
| `version` | The version of the patch. |
| `excluded` | Whether the patch is excluded by default. If `true`, the patch must never be included by default. |
| `options` | An array of options for this patch. |
| `options.key` | The key of the option. |
| `options.title` | The title of the option. |
| `options.description` | The description of the option. |
| `options.required` | Whether the option is required. |
| `options.choices?` | An array of choices of the option. This may be `null` if this option has no choices. The element type of this array may be any type. It can be a `String`, `Int` or something else. |
| `dependencies` | An array of dependencies, which are patch names. |
| `compatiblePackages` | An array of packages compatible with this patch. |
| `compatiblePackages.name` | The name of the package. |
| `compatiblePackages.versions` | An array of versions of the package compatible with this patch. If empty, all versions are seemingly compatible. |