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" +}