diff --git a/scripts/system/libraries/networkingConstants.js b/scripts/system/libraries/networkingConstants.js
new file mode 100644
index 0000000000..95e91c7f85
--- /dev/null
+++ b/scripts/system/libraries/networkingConstants.js
@@ -0,0 +1,14 @@
+//  networkingConstants.js
+//
+//  Created by Kalila L. on 8/27/20
+//  Copyright 2020 Vircadia contributors.
+//
+//  Distributed under the Apache License, Version 2.0.
+//  See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
+
+// Interface Metadata Source
+var interfaceMetadataSource = "https://cdn.vircadia.com/dist/launcher/vircadiaMeta.json";
+
+module.exports = {
+    interfaceMetadataSource: interfaceMetadataSource
+}