update_url: Automatic update urls¶
Browsers only.
URLs to check for application updates from.
Note that Firefox update URLs must begin with https: https://developer.mozilla.org/en/Install_Manifests#updateURL.
Config¶
{
"modules": {
"update_url": {
"chrome": "url",
"firefox": "url"
}
}
}