mirror of
https://github.com/revanced/revanced-static-api.git
synced 2025-04-29 22:24:37 +02:00
43 lines
625 B
JSON
43 lines
625 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"
|
|
},
|
|
"wallets": {
|
|
"Bitcoin": "bitcoinaddress",
|
|
"Ethereum": "ethereumaddress"
|
|
}
|
|
}
|
|
],
|
|
"output": "static",
|
|
"purge": [
|
|
"static"
|
|
]
|
|
} |