| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Manifest repository for VCV Rack plugins
Create or edit your plugin's manifest file in plugins/ using the template and documentation below. You can do this without cloning by clicking GitHub's "Create new file" button or by clicking the pencil icon to edit a file.
Filename should be YourSlug.json.
{
"slug": "AudibleInstruments",
"name": "Audible Instruments",
"author": "VCV",
"license": "BSD 3-clause",
"version": "0.5.0",
"homepage": "https://vcvrack.com/",
"donation": "https://www.paypal.me/",
"manual": "https://vcvrack.com/manual/AudibleInstruments.html",
"source": "https://github.com/VCVRack/AudibleInstruments",
"downloads": {
"win": {
"download": "https://example.com/AudibleInstruments-0.5.0-win.zip",
"sha256": "9372ce3f8ef42d7e874beda36f7c051b3d7de9c904e259a5fc9dba8dc664bf65"
},
"lin": {
"download": "https://example.com/AudibleInstruments-0.5.0-lin.zip",
"sha256": "238145156cc4e11b3ca6d750df38ca2daf3e09648d9c7db5f23e9518c1ccf5dc"
},
"mac": {
"download": "https://example.com/AudibleInstruments-0.5.0-mac.zip",
"sha256": "c19fcdfd07dc6184ce30953bf9adb2b4a77d20ef66d2b1c6a6024c2ca4ff505b"
}
}
}Keys with * are required.
| Back | FazBrowse Home | New Git URL |