diff --git a/schemas/manifest_schema.json b/schemas/manifest_schema.json index ca5f8613..696bbcc0 100644 --- a/schemas/manifest_schema.json +++ b/schemas/manifest_schema.json @@ -166,6 +166,11 @@ "description": "Description of the warning to show in the body of the dialog" } } + }, + "donateLink": { + "type": "string", + "description": "Provide a link for donations. This will appear as a button in the mod manager", + "pattern": "(?:^https://(?:www\\.)?patreon\\.com/\\w+$)|(?:^https://(?:www\\.)?paypal\\.me/\\w+$)" } } -} \ No newline at end of file +}