From 16e8f242ebd2eed8e5538d7af2446d073768292e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sun, 27 Oct 2019 15:58:42 -0400 Subject: [PATCH] Update manifest for RacketScience --- manifests/RacketScience.json | 40 ++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 manifests/RacketScience.json diff --git a/manifests/RacketScience.json b/manifests/RacketScience.json new file mode 100644 index 00000000..a3609475 --- /dev/null +++ b/manifests/RacketScience.json @@ -0,0 +1,40 @@ +{ + "slug": "RacketScience", + "name": "RacketScience", + "version": "1.0.0", + "license": "GPL-3.0", + "brand": "RacketScience", + "author": "Ewen Bates", + "authorEmail": "ContemporaryInsanity@gmail.com", + "authorUrl": "", + "pluginUrl": "https://github.com/ContemporaryInsanity/RacketScience", + "manualUrl": "https://github.com/ContemporaryInsanity/RacketScience", + "sourceUrl": "https://github.com/ContemporaryInsanity/RacketScience", + "donateUrl": "https://www.paypal.me/EwenBates", + "modules": [ + { + "slug": "RSVectorVictor", + "name": "Vector Victor", + "description": "Phase driven CV loop recorder", + "tags": [ + "Recording", + "Sequencer" + ] + }, + { + "slug": "RSBoogieBay", + "name": "RSBoogieBay", + "description": "Volt meter / cable wobbler", + "tags": [ + "Visual", + "Utility" + ] + }, + { + "slug": "RSBoogieBayH8", + "name": "RSBoogieBayH8", + "description": "", + "tags": [] + } + ] +} \ No newline at end of file