diff --git a/about.example.json b/about.example.json index f452fe4..3611a4c 100644 --- a/about.example.json +++ b/about.example.json @@ -5,6 +5,7 @@ "branding": { "logo": "https://raw.githubusercontent.com/ReVanced/revanced-branding/main/assets/revanced-logo/revanced-logo.svg" }, + "status": "https://status.revanced.app", "contact": { "email": "contact@revanced.app" }, diff --git a/src/main/kotlin/app/revanced/api/configuration/APISchema.kt b/src/main/kotlin/app/revanced/api/configuration/APISchema.kt index 74bd854..d99a70d 100644 --- a/src/main/kotlin/app/revanced/api/configuration/APISchema.kt +++ b/src/main/kotlin/app/revanced/api/configuration/APISchema.kt @@ -123,6 +123,7 @@ class APIAbout( // Using a list instead of a set because set semantics are unnecessary here. val socials: List?, val donations: Donations?, + val status: String, ) { @Serializable class Branding(