Files
flares-plugins/plugins.json
T
2026-09-01 18:04:06 -07:00

42 lines
1.8 KiB
JSON

[
{
"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",
"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",
"name": "Dark Theme Pack",
"version": "1.0.0",
"author": "Tyler de Zeeuw",
"description": "Pure Python themes (cross-platform).",
"min_app_version": "1.8.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"
},
{
"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",
"min_app_version": "1.8.0",
"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"
}
]