1
0
Fork 0
isopod.cool/.well-known/fursona

19 lines
552 B
Plaintext
Raw Normal View History

{
"sonas": [
{
"name": "Example Fursona",
2023-05-07 23:52:15 +00:00
"pronouns": "Any",
"gender": "Nonbinary",
2023-05-07 23:52:15 +00:00
"species": "Bathynomus Giganteus",
"description": "A description of the fursona, max 250 characters",
2023-05-07 23:52:15 +00:00
"ref": "https://isopod.cool/images/fursona/ref.png",
"avatar": "https://isopod.cool/images/fursona/avatar.png",
"age": 20,
"colors": [
2023-05-07 23:52:15 +00:00
"#82828d",
"#cccccc",
"#222222"
]
}
]
}