UpdateInfo

UpdateInfo objects hold information about available versions of add-ons and are generated as a result of an update check performed by AddonUpdateChecker.

Attributes

Attribute Type Description
version string The version of the update.
updateURL string The updateURL that the update can be downloaded from.
updateHash string A hash for the update's file.
updateInfoURL string A URL containing simple release notes for the update.
targetApplications object[] Information about what applications the update is compatible with. Each item in the array contains "id", "minVersion", and "maxVersion" properties.