Files
42marketplaces/sync/gh-bparsons0904-claude-marketplace-example.json
2025-11-29 18:53:27 +08:00

18 lines
423 B
JSON

{
"name": "example-plugin",
"owner": {
"name": "Your Name",
"email": "plugin@42plugin.com"
},
"plugins": [
{
"name": "example-plugin",
"description": "A minimal example plugin demonstrating the basic structure",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-bparsons0904-claude-marketplace-example.git"
},
"strict": true
}
]
}