canmove, Confirmed users
1,570
edits
(→Addon) |
|||
| Line 94: | Line 94: | ||
The url of the icon that represents this add-on. | The url of the icon that represents this add-on. | ||
==screenshots (array of string, readonly)== | |||
The urls of preview images for the add-ons. | |||
==isCompatible (boolean, readonly)== | ==isCompatible (boolean, readonly)== | ||
| Line 120: | Line 124: | ||
True if the user wants this add-on to be disabled. Listeners may be notified of the change asynchronously. | True if the user wants this add-on to be disabled. Listeners may be notified of the change asynchronously. | ||
==updateAutomatically (boolean)== | |||
Whether updates found for this add-on will be applied automatically. | |||
==isActive (boolean, readonly)== | ==isActive (boolean, readonly)== | ||
True if the add-on is currently functional. For some add-ons this will change immediately based on the appDisabled and userDisabled properties, for others it will only change after an application restart. | True if the add-on is currently functional. For some add-ons this will change immediately based on the appDisabled and userDisabled properties, for others it will only change after an application restart. | ||
==installTime (Date, readonly)== | |||
The Date that the add-on was first installed. | |||
==updateTime (Date, readonly)== | |||
The Date that the add-on was most recently updated. | |||
==name (string, readonly)== | ==name (string, readonly)== | ||