revanced-static-api/config.example.json
2023-04-23 04:34:58 +02:00

28 lines
425 B
JSON

{
"api": [
{
"type": "release+contributor",
"repositories": [
"user/repo"
]
},
{
"type": "social",
"socials": {
"website": "https://yourwebsite.com"
}
},
{
"type": "team",
"organization": "yourorg"
},
{
"type": "donation",
"links": {
"liberapay": "https://liberapay.com/yourteam",
"github": "https://github.com/sponsors/yourteam"
}
}
],
"output": "static"
}