From c4ce8701e806383d006aa66d701151856626c460 Mon Sep 17 00:00:00 2001 From: taco Date: Sun, 7 Jul 2024 10:17:29 -0400 Subject: [PATCH] fix: add json file for compat? --- static/.well-known/fursona.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 static/.well-known/fursona.json diff --git a/static/.well-known/fursona.json b/static/.well-known/fursona.json new file mode 100644 index 0000000..382d069 --- /dev/null +++ b/static/.well-known/fursona.json @@ -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", + ] + } + ] +}