From b562c6ab698acc164f101d1317e4e8c243458c65 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 12 Jun 2025 11:29:49 -0500 Subject: [PATCH] adding manifest --- qcms-manifest.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 qcms-manifest.json diff --git a/qcms-manifest.json b/qcms-manifest.json new file mode 100644 index 0000000..6f77f19 --- /dev/null +++ b/qcms-manifest.json @@ -0,0 +1,44 @@ +{ + "system": { + "app": { + "debug": true, + "port": 8082, + "threaded": true, + "host": "0.0.0.0" + }, + "context": "", + "logo": "www/html/_assets/images/logo.png", + "source": { + "id": "disk" + }, + + "theme": "default", + "version": "0.1" + }, + "layout": { + "footer": [ + { + "text": "Powered By QCMS" + } + ], + "header": { + "title": "Wrangle Workbench", + "subtitle": "Powered by data-transport" + }, + "index": "index.html", + "on": { + "load": { + "pane":["www/html/menu.html"] + } + }, + "order": { + "menu": [] + }, + "overwrite": {}, + "root": "www/html" + }, + "plugins": { + "dbe":["get","providers","apply","version"], + "io":["read","write"] + } +}