summaryrefslogtreecommitdiff
path: root/other-licenses/branding/interlink/release/application-branding.js
blob: 16297feece146dd5b3cb7a6e12c9e9bd5128c329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// Default start page
pref("mailnews.start_page.url","about:logopage");

// start page override to load after an update
pref("mailnews.start_page.override_url","about:logopage");

// Interval: Time between checks for a new version (in seconds)
// nightly=8 hours, official=24 hours
pref("app.update.interval", 28800);

// The time interval between the downloading of mar file chunks in the
// background (in seconds)
pref("app.update.download.backgroundInterval", 60);

// Give the user x seconds to react before showing the big UI. default=24 hours
pref("app.update.promptWaitTime", 86400);

pref("app.vendorURL", "http://binaryoutcast.com/projects/interlink/");
// URL user can browse to manually if for some reason all update installation
// attempts fail.
pref("app.update.url.manual", "http://binaryoutcast.com/projects/interlink/download/");
// A default value for the "More information about this update" link
// supplied in the "An update is available" page of the update wizard.
pref("app.update.url.details", "http://binaryoutcast.com/projects/interlink/release-notes/");

// Release notes URL
pref("app.releaseNotesURL", "http://binaryoutcast.com/projects/interlink/release-notes/");

// Base URL for web-based support pages.
pref("app.support.baseURL", "https://binaryoutcast.com/projects/interlink/support/");