From 6101e75fe0ff7660901509e10ab205b07e7f0186 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Wed, 22 Feb 2023 17:48:17 -0300 Subject: [PATCH] add config --- config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..cce5a9f --- /dev/null +++ b/config.json @@ -0,0 +1,14 @@ +{ + "name": "Neuschwanstein Theme", + "description": "", + "image": "", + "version": "1.0", + "author": { + "name": "Areya Webservices", + "link": "https://www.areya.de/" + }, + "lumino-version": { + "min": "3.5", + "max": "3.5" + } +} \ No newline at end of file