Currently the manifest.json for extensions look like this :
It would be really nice to
Code:
{ "name": "My Extension", "version": "1.0.9", "php": [ ">=7.2" ], "acceptableVersions": [ ">=6.0.0" ], "releaseDate": "2020-01-01", "author": "Company X", "description": "My extension is an extension to ... " }
- have the author visible in the extension list,
- include a support/doc URL in the manifest
- include a URL to check for upgrades or release notes