diff --git a/manifests-cache.json b/manifests-cache.json index c8ca6e16..47a3a38e 100644 --- a/manifests-cache.json +++ b/manifests-cache.json @@ -10825,5 +10825,17 @@ "creationTimestamp": 1649868370.3562028 } } + }, + "dbRackFormulaOne": { + "buildTimestamp": 1649874862.5687711, + "creationTimestamp": 1649874862.785771, + "modules": { + "FormulaOne": { + "creationTimestamp": 1649874862.9448795 + }, + "FormulaOneEdit": { + "creationTimestamp": 1649874863.1375804 + } + } } } \ No newline at end of file diff --git a/manifests/dbRackFormulaOne.json b/manifests/dbRackFormulaOne.json new file mode 100644 index 00000000..77210eb1 --- /dev/null +++ b/manifests/dbRackFormulaOne.json @@ -0,0 +1,33 @@ +{ + "slug": "dbRackFormulaOne", + "name": "dbRackFormulaOne", + "version": "2.0.0", + "license": "GPL-3.0-or-later", + "brand": "docB", + "author": "docB", + "authorEmail": "", + "authorUrl": "https://docb.io", + "pluginUrl": "https://github.com/docb/dbRackFormulaOne", + "manualUrl": "https://github.com/docb/dbRackFormulaOne", + "sourceUrl": "https://github.com/docb/dbRackFormulaOne", + "donateUrl": "https://www.paypal.com/paypalme/docb222", + "changelogUrl": "", + "modules": [ + { + "slug": "FormulaOne", + "name": "Formula One", + "description": "A fast script evaluator", + "tags": [ + "Polyphonic" + ] + }, + { + "slug": "FormulaOneEdit", + "name": "FormulaOneEdit", + "description": "Expander for editing scripts", + "tags": [ + "Expander" + ] + } + ] +} \ No newline at end of file