18 lines
423 B
JSON
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
|
|
}
|
|
]
|
|
} |