mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-05-28 15:03:31 +00:00
Adds a local_only flag to the starlark-apps manifest so the update endpoint returns a skipped status rather than recording a false failure when the plugin has no git repo and no registry entry. Co-authored-by: Chuck <chuck@example.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
629 B
JSON
28 lines
629 B
JSON
{
|
|
"id": "starlark-apps",
|
|
"name": "Starlark Apps",
|
|
"version": "1.0.0",
|
|
"author": "LEDMatrix",
|
|
"description": "Manages and displays Starlark (.star) apps from Tronbyte/Tidbyt community. Import widgets seamlessly without modification.",
|
|
"entry_point": "manager.py",
|
|
"class_name": "StarlarkAppsPlugin",
|
|
"category": "system",
|
|
"tags": [
|
|
"starlark",
|
|
"widgets",
|
|
"tronbyte",
|
|
"tidbyt",
|
|
"apps",
|
|
"community"
|
|
],
|
|
"display_modes": [],
|
|
"update_interval": 60,
|
|
"default_duration": 15,
|
|
"dependencies": [
|
|
"Pillow>=10.0.0",
|
|
"PyYAML>=6.0",
|
|
"requests>=2.31.0"
|
|
],
|
|
"local_only": true
|
|
}
|