From df5464d65c0f0b3fd70b479a301fb7967fb744cb Mon Sep 17 00:00:00 2001 From: krypek Date: Mon, 19 Feb 2024 17:33: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..c6e976b --- /dev/null +++ b/ccmod.json @@ -0,0 +1,10 @@ +{ + "id": "readable-saves", + "version": "1.0.1", + "title": "Readable saves", + "description": "Unencrypts the save file and adds an additional save format suitable for editing by hand", + "repository": "https://github.com/dmitmel/crosscode-readable-saves", + "tags": ["dev"], + "authors": "dmitmel", + "postload": "dist/postload.js" +}