You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Stardown is installed with Git or a zip file, users are not notified when updates are available. (They can turn on notifications for releases in the GitHub repository, but many won't want to.)
Stardown should have an option to check for updates once per day if installed with Git or zip.
constinfo=browser.management.getSelf();if(info.installType==='development'){// check for updates once per day if enabled}
The text was updated successfully, but these errors were encountered:
When an add-on is listed on AMO, Firefox automatically updates installed copies when a new version is listed on AMO. To enable Firefox to automatically update self-distributed add-ons, you need to include the URL where Firefox can find updates in the add-on manifest's update_url key. If the add-on does not have an update URL to check, Firefox will check AMO for a listed update. If a listed update with a higher version number is available, Firefox will distribute that version to users who have installed the self-distributed file.
When Stardown is installed with Git or a zip file, users are not notified when updates are available. (They can turn on notifications for releases in the GitHub repository, but many won't want to.)
Stardown should have an option to check for updates once per day if installed with Git or zip.
The text was updated successfully, but these errors were encountered: