Files
2026-06-14 15:18:56 -04:00

13 lines
373 B
JSON

{
"name": "digital-pet",
"label": "Digital Pet",
"description": "Bottom-right Hermes companion overlay with summon, click, hover-sleep, wake, and hide behavior.",
"icon": "Sparkles",
"version": "0.1.0",
"tab": { "path": "/digital-pet", "hidden": true },
"slots": ["overlay"],
"entry": "dist/index.js",
"css": "dist/styles.css",
"api": "plugin_api.py"
}