mirror of
https://github.com/revanced/revanced-static-api.git
synced 2025-04-29 22:24:37 +02:00
36 lines
493 B
JSON
36 lines
493 B
JSON
{
|
|
"api": [
|
|
{
|
|
"generators": [
|
|
"release+contributor"
|
|
],
|
|
"repositories": [
|
|
"user/repo"
|
|
]
|
|
},
|
|
{
|
|
"generators": [
|
|
"social"
|
|
],
|
|
"socials": {
|
|
"website": "https://yourwebsite.com"
|
|
}
|
|
},
|
|
{
|
|
"generators": [
|
|
"team"
|
|
],
|
|
"organization": "yourorg"
|
|
},
|
|
{
|
|
"generators": [
|
|
"donation"
|
|
],
|
|
"links": {
|
|
"liberapay": "https://liberapay.com/yourteam",
|
|
"github": "https://github.com/sponsors/yourteam"
|
|
}
|
|
}
|
|
],
|
|
"output": "static"
|
|
} |