Add /.well-known/button.json
This commit is contained in:
parent
36a1658eb0
commit
d11f344f89
1 changed files with 13 additions and 0 deletions
13
static/.well-known/button.json
Normal file
13
static/.well-known/button.json
Normal 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"
|
||||
}
|
Loading…
Add table
Reference in a new issue