summaryrefslogtreecommitdiff
path: root/other-licenses/branding/interlink/trunk/application-branding.js
diff options
context:
space:
mode:
Diffstat (limited to 'other-licenses/branding/interlink/trunk/application-branding.js')
-rw-r--r--other-licenses/branding/interlink/trunk/application-branding.js35
1 files changed, 0 insertions, 35 deletions
diff --git a/other-licenses/branding/interlink/trunk/application-branding.js b/other-licenses/branding/interlink/trunk/application-branding.js
deleted file mode 100644
index 728c39c31..000000000
--- a/other-licenses/branding/interlink/trunk/application-branding.js
+++ /dev/null
@@ -1,35 +0,0 @@
-/* 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/");