new plugin

This commit is contained in:
2026-09-01 17:24:46 -07:00
parent 7a787c4315
commit a173a20dc8
5 changed files with 641 additions and 12 deletions
+15 -5
View File
@@ -5,9 +5,9 @@
"version": "0.1.0",
"author": "Tyler de Zeeuw",
"description": "Machine Learning on Processed fNIRS Data.",
"platforms": ["win_x64"],
"min_app_version": "1.7.0",
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/machine_learning_pack_win_x64.zip"
"platforms": ["win_x64"],
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/machine-learning-pack-win-x64.zip"
},
{
"id": "theme-pack",
@@ -17,16 +17,26 @@
"description": "Pure Python themes (cross-platform).",
"min_app_version": "1.7.0",
"platforms": ["darwin_arm64", "darwin_x64", "linux_x64"],
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/theme_pack_multi.zip"
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/theme-pack-multi.zip"
},
{
"id": "test-plugin",
"name": "Test Plugin",
"version": "1.0.0",
"description": "A basic test plugin demonstrating menu registration and custom widgets.",
"author": "Tyler de Zeeuw",
"description": "Test Plugin.",
"min_app_version": "1.7.0",
"platforms": ["win_x64"],
"platforms": ["win_x64", "darwin_arm64", "darwin_x64", "linux_x64"],
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/test-plugin.zip"
},
{
"id": "roi-builder-pack",
"name": "ROI Channel Builder Pack",
"version": "1.0.0",
"description": "Extracts channel labels from SNIRF files and generates custom ROI grouping JSON files.",
"author": "Tyler de Zeeuw",
"min_app_version": "1.7.0",
"platforms": ["win_x64", "darwin_arm64", "darwin_x64", "linux_x64"],
"download_url": "https://git.research.dezeeuw.ca/tyler/flares-plugins/raw/branch/main/packages/roi-builder-pack.zip"
}
]