From fa3393729581c79e4a07085985a50639970c022a Mon Sep 17 00:00:00 2001 From: jarbasal Date: Tue, 29 Dec 2020 22:57:21 +0000 Subject: [PATCH] skill.json --- skill.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 skill.json diff --git a/skill.json b/skill.json new file mode 100644 index 0000000..50e9b67 --- /dev/null +++ b/skill.json @@ -0,0 +1,19 @@ +{ + "name": "Monkey Patcher", + "skillname": "skill-monkey-patcher", + "authorname": "JarbasSkills", + "foldername": "", + "url": "https://github.com/JarbasSkills/skill-monkey-patcher", + "branch": "v0.1", + "desktopFile": false, + "warning": "", + "systemDeps": false, + "platforms": [ + "arm", + "arm64", + "i386", + "x86_64", + "ia64" + ], + "examples": [] +}