Skip to content

Commit

Permalink
Add Donate Link Option To Manifest (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 authored Dec 9, 2023
1 parent e308381 commit 0b36b85
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion schemas/manifest_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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+$)"
}
}
}
}

0 comments on commit 0b36b85

Please sign in to comment.