Browse Source

Update manifest for Mantra

v1
Andrew Belt 5 years ago
parent
commit
ae42b5935f
2 changed files with 107 additions and 0 deletions
  1. +27
    -0
      manifests-cache.json
  2. +80
    -0
      manifests/Mantra.json

+ 27
- 0
manifests-cache.json View File

@@ -7350,5 +7350,32 @@
"creationTimestamp": 1562952023.0
}
}
},
"Mantra": {
"buildTimestamp": 1586658100.0728111,
"creationTimestamp": 1586658593.1194773,
"modules": {
"DualAmp": {
"creationTimestamp": 1586658593.3731189
},
"StereoMult8": {
"creationTimestamp": 1586658593.6182935
},
"InSel8": {
"creationTimestamp": 1586658593.8045874
},
"OutSel8": {
"creationTimestamp": 1586658593.9943995
},
"PanelA4": {
"creationTimestamp": 1586658594.2164652
},
"PanelB4": {
"creationTimestamp": 1586658594.4067752
},
"PanelC4": {
"creationTimestamp": 1586658594.5966752
}
}
}
}

+ 80
- 0
manifests/Mantra.json View File

@@ -0,0 +1,80 @@
{
"slug": "Mantra",
"name": "Mantra",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"author": "Giovanni Gramegna",
"authorEmail": "giovanni.gramegna88@gmail.com",
"authorUrl": "",
"pluginUrl": "",
"manualUrl": "https://github.com/giogramegna/mantra-master/blob/master/README.md",
"sourceUrl": "https://github.com/giogramegna/mantra-master",
"donateUrl": "https://paypal.me/giogramegna?locale.x=it_IT",
"modules": [
{
"slug": "DualAmp",
"name": "DualAmp",
"description": "Dual amplifier with up to X3 Gain",
"tags": [
"Dual",
"Attenuator",
"Utility"
]
},
{
"slug": "StereoMult8",
"name": "StereoMult8",
"description": "Stereo multiplier 1x8",
"tags": [
"Dual",
"Multiple",
"Utility"
]
},
{
"slug": "InSel8",
"name": "InSel8",
"description": "Input Selector 8x1",
"tags": [
"Multiple",
"Utility"
]
},
{
"slug": "OutSel8",
"name": "OutSel8",
"description": "Output Selector 1x8",
"tags": [
"Multiple",
"Utility"
]
},
{
"slug": "PanelA4",
"name": "Panel A4",
"description": "Blanking Panel 4hp",
"tags": [
"Blank",
"Utility"
]
},
{
"slug": "PanelB4",
"name": "Panel B4",
"description": "Blanking Panel 4hp",
"tags": [
"Blank",
"Utility"
]
},
{
"slug": "PanelC4",
"name": "Panel C4",
"description": "Blanking Panel 4hp",
"tags": [
"Blank",
"Utility"
]
}
]
}

Loading…
Cancel
Save