From 0e8afb923d62f9fb190359865334c5f5fe5254a3 Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Mon, 21 Apr 2025 22:24:27 +0300 Subject: [PATCH] Add chro.mono --- contents/chromono.oscmeta | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 contents/chromono.oscmeta diff --git a/contents/chromono.oscmeta b/contents/chromono.oscmeta new file mode 100644 index 0000000..d2824ed --- /dev/null +++ b/contents/chromono.oscmeta @@ -0,0 +1,34 @@ +{ + "information": { + "name": "chro.mono", + "author": "Thomas Perl", + "authors": [ + "Alberto Mardegan (port)" + ], + "category": "games", + "supported_platforms": [ + "wii", + "vwii", + "wii_mini" + ], + "peripherals": [ + "Wii Remote" + ], + "version": "auto" + }, + "source": { + "type": "github_release", + "format": "zip", + "repository": "mardy/chromono", + "file": "chromono*.zip" + }, + "treatments": [ + { + "treatment": "contents.move", + "arguments": [ + "chromono/", + "apps/chromono/" + ] + } + ] +}