diff --git a/manifests/StellareModular-Link.json b/manifests/StellareModular-Link.json new file mode 100644 index 00000000..c9f3ef36 --- /dev/null +++ b/manifests/StellareModular-Link.json @@ -0,0 +1,21 @@ +{ + "slug": "StellareModular-Link", + "version": "1.0.0", + "name": "Stellare Link", + "brand": "Stellare Modular", + "author": "Stellare Modular", + "license": "GPL-3", + "authorEmail": "stellaremodular@gmail.com", + "pluginUrl": "https://github.com/stellare-modular/vcv-link", + "authorUrl": "https://www.facebook.com/stellaremodular", + "sourceUrl": "https://github.com/stellare-modular/vcv-link", + "manualUrl": "https://github.com/stellare-modular/vcv-link/blob/master/README.md", + "donateUrl": "https://paypal.me/stellaremodular", + "modules": [ + { + "slug": "Link", + "name": "Link", + "tags": ["Clock"] + } + ] +} diff --git a/manifests/StellareModular.json b/manifests/StellareModular.json new file mode 100644 index 00000000..391f60b6 --- /dev/null +++ b/manifests/StellareModular.json @@ -0,0 +1,25 @@ +{ + "slug": "StellareModular", + "version": "1.0.0", + "license": "Proprietary", + "name": "Turing Machine + Blank", + "author": "Stellare Modular", + "brand": "Stellare Modular", + "authorEmail": "stellaremodular@gmail.com", + "pluginUrl": "https://github.com/stellare-modular/vcv-rack", + "authorUrl": "https://www.facebook.com/stellaremodular", + "manualUrl": "https://github.com/stellare-modular/vcv-rack/blob/master/README.md", + "donateUrl": "https://paypal.me/stellaremodular", + "modules": [ + { + "slug": "TuringMachine", + "name": "Turing Machine", + "tags": ["Sequencer", "Random"] + }, + { + "slug": "BlankPanel", + "name": "Blank Panel", + "tags": ["Blank"] + } + ] +}