-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathsources.json
34 lines (34 loc) · 1.07 KB
/
sources.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
{
"source": "ReVanced",
"repository": "ReVanced/revanced-patches",
"api": {
"json": "https://api.revanced.app/v4/patches/list",
"version": "https://api.revanced.app/v4/patches/version"
}
},
{
"source": "ReVanced-Extended",
"repository": "inotia00/revanced-patches",
"api": {
"json": "https://raw.githubusercontent.com/inotia00/revanced-patches/refs/heads/revanced-extended/patches.json",
"version": null
}
},
{
"source": "Anddea",
"repository": "anddea/revanced-patches",
"api": {
"json": "https://raw.githubusercontent.com/anddea/revanced-patches/refs/heads/main/patches.json",
"version": null
}
},
{
"source": "RVX-Android-6-7",
"repository": "kitadai31/revanced-patches-android6-7",
"api": {
"json": "https://raw.githubusercontent.com/kitadai31/revanced-patches-android6-7/refs/heads/revanced-extended/patches.json",
"version": null
}
}
]