From ce3b9055eb8e171c53ce7e844cda2fbeebc8cc3f Mon Sep 17 00:00:00 2001 From: taco Date: Thu, 4 Jul 2024 20:44:31 -0400 Subject: [PATCH] feat: add .well-known fursona scheme --- static/.well-known/fursona | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 static/.well-known/fursona diff --git a/static/.well-known/fursona b/static/.well-known/fursona new file mode 100644 index 0000000..382d069 --- /dev/null +++ b/static/.well-known/fursona @@ -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", + ] + } + ] +}