13 lines
373 B
JSON
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"
|
|
}
|