Hi,
I see that the addons
are checked for update every day (const delay = 24 * 60 * 60 * 1000;
). Is there any way to manually trigger the update process? I have been looking at extensions
and API handlers. It would be great if we could trigger the update process through this extension API handlers.
I tried calling the updateAddons()
function written in the Addon-manager.js
from the extension
, however, it is failing due to addonsLoaded
and plugins
checks.
Which should be the ideal sequence of function calls so that all the references are found?
Abhijit