mirror of
https://github.com/revanced/revanced-static-api.git
synced 2025-05-28 12:50:16 +02:00
36 lines
509 B
JSON
36 lines
509 B
JSON
{
|
|
"configs": [
|
|
{
|
|
"generators": [
|
|
"release+contributor"
|
|
],
|
|
"repositories": [
|
|
"user/repo"
|
|
]
|
|
},
|
|
{
|
|
"generators": [
|
|
"social"
|
|
],
|
|
"socials": {
|
|
"website": "https://yourwebsite.com"
|
|
}
|
|
},
|
|
{
|
|
"generators": [
|
|
"team"
|
|
],
|
|
"organization": "yourorg"
|
|
},
|
|
{
|
|
"generators": [
|
|
"donations"
|
|
],
|
|
"links": {
|
|
"Open Collective": "https://opencollective.com/yourteam",
|
|
"GitHub": "https://github.com/sponsors/yourteam"
|
|
}
|
|
}
|
|
],
|
|
"output": "static"
|
|
} |