Files
chat/apps/cli/templates/client-plugin/{{id}}/manifest.json

10 lines
186 B
JSON
Raw Normal View History

2026-04-25 16:36:34 +08:00
{
"label": "{{name}}",
"name": "{{id}}",
"url": "/plugins/{{id}}/index.js",
"version": "0.0.0",
"author": "{{author}}",
"description": "{{desc}}",
"requireRestart": true
}