/* * 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/. */ var SETTINGS = { apis: { track: "https://track.netsyms.com/public/api.php", getmachines: "https://apis.netsyms.net/repairapp/getmachines.php", offers_services: "https://apis.netsyms.net/repairapp/offers_services.php", registernew: "https://apis.netsyms.net/repairapp/registernew.php", registerexisting: "https://apis.netsyms.net/repairapp/registerexisting.php" }, branding: { apptitle: "Netsyms PC Repair", company: "Netsyms Technologies", website: "https://netsyms.com" }, maptileurls: { liberty: { url: "https://maps.netsyms.net/styles/osm-liberty/{z}/{x}/{y}.png", json: "https://maps.netsyms.net/styles/osm-liberty/style.json", name: "Liberty", bgcolor: "#EFEFEF" } } }