zot/examples/extensions/clock/extension.json
patriceckhart a5fad05fa3 docs(ext): refresh examples and help text
Adds the todo panel example under examples/extensions, updates example manifests and READMEs to match the current extension API, and surfaces extension install/load commands in zot --help.
2026-04-22 20:50:55 +02:00

9 lines
204 B
JSON

{
"name": "clock",
"version": "1.0.0",
"exec": "node",
"args": ["index.js"],
"language": "javascript",
"description": "registers /now and /uptime — a tiny time toolkit",
"enabled": true
}