diff --git a/manifests/VCV-Prototype.json b/manifests/VCV-Prototype.json new file mode 100644 index 00000000..0c23db91 --- /dev/null +++ b/manifests/VCV-Prototype.json @@ -0,0 +1,24 @@ +{ + "slug": "VCV-Prototype", + "name": "Prototype", + "version": "1.0.0", + "license": "BSD-3-Clause", + "brand": "VCV", + "author": "VCV", + "authorEmail": "contact@vcvrack.com", + "authorUrl": "https://vcvrack.com/", + "pluginUrl": "", + "manualUrl": "https://github.com/VCVRack/VCV-Prototype/blob/master/README.md", + "sourceUrl": "https://github.com/VCVRack/VCV-Prototype", + "donateUrl": "", + "modules": [ + { + "slug": "Prototype", + "name": "Prototype", + "description": "Run scripting languages for prototyping, learning, and hacking", + "tags": [ + "External" + ] + } + ] +} \ No newline at end of file