mirror of
https://github.com/revanced/revanced-static-api.git
synced 2025-04-29 22:24:37 +02:00
28 lines
425 B
JSON
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"
|
|
} |