From d9be0079c9341bff2132fbce7de6dea834c3409e Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 16 Jan 2020 22:48:28 -0500 Subject: [PATCH] Update manifest for PS-PurrSoftware --- manifests/PS-PurrSoftware.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 manifests/PS-PurrSoftware.json diff --git a/manifests/PS-PurrSoftware.json b/manifests/PS-PurrSoftware.json new file mode 100644 index 00000000..882847e7 --- /dev/null +++ b/manifests/PS-PurrSoftware.json @@ -0,0 +1,25 @@ +{ + "slug": "PS-PurrSoftware", + "name": "PS-PurrSoftware", + "version": "1.0.1", + "license": "GPL-3.0-or-later", + "brand": "PurrSoftware", + "author": "Ken Chaffin", + "authorEmail": "", + "authorUrl": "", + "pluginUrl": "", + "manualUrl": "", + "sourceUrl": "", + "donateUrl": "", + "modules": [ + { + "slug": "Meander", + "name": "Meander", + "description": "Algorithmic Composer", + "tags": [ + "Sequencer", + "Polyphonic" + ] + } + ] +} \ No newline at end of file