Files
gh-jls42-leapmultix-leapmul…/skills/creating-plugins/templates/plugin.json.template
2025-11-30 08:27:01 +08:00

10 lines
229 B
Plaintext

{
"name": "{{PLUGIN_NAME}}",
"description": "{{PLUGIN_DESCRIPTION}}",
"version": "{{VERSION}}",
"author": "{{AUTHOR}}",
"homepage": "{{HOMEPAGE_URL}}",
"repository": "{{REPOSITORY_URL}}",
"license": "{{LICENSE}}"
}