From 3f76aaaf4174a62d50aaef5d019468996b1b8f56 Mon Sep 17 00:00:00 2001 From: tyler Date: Mon, 31 Aug 2026 22:48:37 -0700 Subject: [PATCH] Add plugins.json --- plugins.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins.json diff --git a/plugins.json b/plugins.json new file mode 100644 index 0000000..82feb93 --- /dev/null +++ b/plugins.json @@ -0,0 +1,11 @@ +[ + { + "id": "machine-learning-pack", + "name": "Machine Learning Pack", + "version": "0.1.0", + "author": "Tyler de Zeeuw", + "description": "Machine Learning on Processed fNIRS Data.", + "min_app_version": "1.7.0", + "download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/machine-learning-pack/machine_learning_pack.zip" + } +] \ No newline at end of file