Hello
Edit 21-6-2016:
I recently asked how your extensions check if there is an update available. (
http://stackideas.com/forums/update-sites-xml )
And i got this response:
Hey Christian,
These are the updater urls that we use to ping for newer versions,
http://stackideas.com/updater/manifests/easysocial
http://stackideas.com/updater/manifests/easyblog
http://stackideas.com/updater/manifests/easydiscuss
For Komento, it would be http://stackideas.com/stackideas.xml as this is still riding on the old API.
I am making an extension, what is reading out these JSon Files.
And all the "JSon" files have the following code:
{
"title": "com_easysocial",
"version": "1.4.10",
"changelog": "http://stackideas.com/downloads/changelog.html?product=com_easysocial",
//Other tags
Only the "easydiscuss" link (
http://stackideas.com/updater/manifests/easydiscuss) doesn't have the "title" tag in his Json.
See:
{
//Missing title tag here...
"version": "4.0.6",
"install": "http://stackideas.com/updater/components/download",
//Other tags
}
Is it possible to add the title tag to this JSon file?
And another thing. Is it possible to add an "description" tag to the json, where the full extension name is?
{
"title": "com_easydiscuss",
"description" : "EasyDiscuss", // See this 
"version": "4.0.6",
"install": "http://stackideas.com/updater/components/download",
//Other tags
}
I hope this post is a bit more clearly

And that you guys can add this
Kind Regards,
Rob