const APP_DATA_NAME = 'Vicarious Network Launcher' const LIVE_DISTRIBUTION_URL = 'https://launcher.vicariousnetwork.com/distribution.json' const DEV_DISTRIBUTION_URL = 'https://launcher.vicariousnetwork.com/dev_distribution.json' module.exports = { APP_DATA_NAME, LIVE_DISTRIBUTION_URL, DEV_DISTRIBUTION_URL }