Slide 45
Slide 45 text
{
"key": "my-addon-key",
"name": "My Connect Addon",
"description": "Stuff n things",
"vendor": {
"name": "My Company",
"url": "http://www.example.com"
},
"baseUrl": "http://addon-server-url",
"authentication": {
"type": "none"
}
[modules: web fragments, webhooks, etc.]
}
Has to be unique in Marketplace
Will be displayed in UPM and Marketplace
All other endpoints specified in the descriptor
must be relative to this path.
Use “none” if it is a static add-on
For more info, see the public documentation
Add-on descriptor