revanced-static-api/config.example.json
2023-10-30 00:02:42 +01:00

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"
]
}