1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Implement .well-known/button.json schema

See https://codeberg.org/LunarEclipse/well-known-button
This commit is contained in:
Seirdy 2024-06-01 19:09:02 -04:00
parent fcbd50e7ab
commit 40e8b16b36
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View 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"
}
]
}