Add /.well-known/button.json

This commit is contained in:
pancakes 2024-06-20 23:31:55 +10:00
parent 36a1658eb0
commit d11f344f89
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -0,0 +1,13 @@
{
"$schema": "https://codeberg.org/LunarEclipse/well-known-button/raw/branch/main/drafts/button-2024-06.schema.json",
"buttons": [
{
"id": "trypancakes",
"uri": "https://trypancakes.com/assets/88x31.png",
"alt": "a purple button with black text the says \"pancakes\" and a cat to the right",
"link": "https://trypancakes.com",
"sha256": "54c5c549523a96f8ac7b827b9d4f3562bd63aa8ee6b0904f38ed10c4ff48f08a"
}
],
"default": "trypancakes"
}