From 03e3da420427f7a0cf52722f9564bcb49bfa6400 Mon Sep 17 00:00:00 2001 From: krypek Date: Mon, 19 Feb 2024 17:36:13 +0100 Subject: [PATCH] Add ccmod.json --- ccmod.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ccmod.json diff --git a/ccmod.json b/ccmod.json new file mode 100644 index 0000000..ad6315b --- /dev/null +++ b/ccmod.json @@ -0,0 +1,10 @@ +{ + "id": "Extra Gamepad Options", + "version": "1.0.2", + "title": "Extra Gamepad Options", + "description": "Allows buttons/triggers to be swapped, and adds extra icon themes.", + "repository": "https://github.com/ubergeek77/CCExtraGamepadOptions", + "tags": ["QoL"], + "authors": "ubergeek77", + "prestart": "prestart.js" +}