canmove, Confirmed users
1,570
edits
(→Addon) |
|||
| Line 218: | Line 218: | ||
;appVersion :An application version to check for updates for (optional) | ;appVersion :An application version to check for updates for (optional) | ||
;platformVersion :A platform version to check for updates for (optional) | ;platformVersion :A platform version to check for updates for (optional) | ||
==hasResource== | |||
Checks whether a file resource is available for this add-on. For XPI style add-ons for example it tests whether the named file was included in the package. | |||
;path :A "/" separated path for the resource. | |||
==getResourceURL== | |||
Gets a url to the file resource. | |||
;path :A "/" separated path for the resource. | |||
=AddonInstall= | =AddonInstall= | ||