From d11f344f89f810b3a0f8ef3c6a28d7cf24b7b5de Mon Sep 17 00:00:00 2001 From: pancakes Date: Thu, 20 Jun 2024 23:31:55 +1000 Subject: [PATCH] Add /.well-known/button.json --- static/.well-known/button.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/.well-known/button.json diff --git a/static/.well-known/button.json b/static/.well-known/button.json new file mode 100644 index 0000000..b70a221 --- /dev/null +++ b/static/.well-known/button.json @@ -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" +} \ No newline at end of file