From 3e7644b6cda6c07023223731bb04a112d8605af1 Mon Sep 17 00:00:00 2001 From: xomf Date: Sun, 1 Jun 2025 23:26:46 +0000 Subject: [PATCH] Add apps.json --- apps.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps.json diff --git a/apps.json b/apps.json new file mode 100644 index 0000000..c6d7ef4 --- /dev/null +++ b/apps.json @@ -0,0 +1,8 @@ +{ + "Clicker" : { + "version" : "0.0.0.1", + "colour": "brown", + "url" : "later", + "path" : "apps/Calculator.lua" + } +} \ No newline at end of file