fix: add json file for compat?
This commit is contained in:
parent
9d5a2cbf12
commit
c4ce8701e8
1 changed files with 21 additions and 0 deletions
21
static/.well-known/fursona.json
Normal file
21
static/.well-known/fursona.json
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"sonas": [
|
||||||
|
{
|
||||||
|
"name": "Aeolus Viridis",
|
||||||
|
"pronouns": "He/They",
|
||||||
|
"gender": "Nonbinary",
|
||||||
|
"species": "Monk parakeet + lion gryphon",
|
||||||
|
"description": "A green gryphon who is curious about the world and loves catnaps",
|
||||||
|
"age": "bird",
|
||||||
|
"avatar": "https://birdcat.online/img/artwork/aeolus.stickers/25.png",
|
||||||
|
"colors": [
|
||||||
|
"#33FF33",
|
||||||
|
"#EEEEEE",
|
||||||
|
"#B68024",
|
||||||
|
"#FFC532",
|
||||||
|
"#EE871C",
|
||||||
|
"#DFAEB9",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue