From 8f6d6b668c6244b9f47345f78eecd6902fe3f63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Tue, 18 Jun 2024 16:44:03 +0100 Subject: [PATCH] chore: initial medal profile --- static/profiles/medal.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/profiles/medal.json diff --git a/static/profiles/medal.json b/static/profiles/medal.json new file mode 100644 index 0000000..3005af2 --- /dev/null +++ b/static/profiles/medal.json @@ -0,0 +1,6 @@ +{ + "name": "Small Medal", + "description": "A small medal.", + "width": 80, + "height": 100 +}