mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Implement .well-known/button.json schema
See https://codeberg.org/LunarEclipse/well-known-button
This commit is contained in:
parent
fcbd50e7ab
commit
40e8b16b36
1 changed files with 12 additions and 0 deletions
12
static/.well-known/button.json
Normal file
12
static/.well-known/button.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"$schema": "https://gmem.ca/button-schema",
|
||||
"buttons": [
|
||||
{
|
||||
"id": "seirdy.one",
|
||||
"alt": "Square icon of a colon and semicolon, next to the word “Seirdy”.",
|
||||
"link": "https://seirdy.one/",
|
||||
"sha256": "042c185929296eada5f38ea5dd9e8c1b51e9e4bdee6283bb92697dc4d7516100",
|
||||
"uri": "https://seirdy.one/sticker_88x31.png"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue