We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712ab3b commit 8a957cdCopy full SHA for 8a957cd
about.example.json
@@ -5,6 +5,7 @@
5
"branding": {
6
"logo": "https://raw.githubusercontent.com/ReVanced/revanced-branding/main/assets/revanced-logo/revanced-logo.svg"
7
},
8
+ "status": "https://status.revanced.app",
9
"contact": {
10
"email": "[email protected]"
11
src/main/kotlin/app/revanced/api/configuration/APISchema.kt
@@ -123,6 +123,7 @@ class APIAbout(
123
// Using a list instead of a set because set semantics are unnecessary here.
124
val socials: List<Social>?,
125
val donations: Donations?,
126
+ val status: String,
127
) {
128
@Serializable
129
class Branding(
0 commit comments