revanced-static-api/config.example.json
2023-04-10 06:26:52 +02:00

17 lines
213 B
JSON

{
"api": [
{
"type": "release+contributor",
"repositories": [
"user/repo"
]
},
{
"type": "social",
"socials": {
"website": "https://yourwebsite.com"
}
}
],
"output": "static"
}