diff --git a/src/platform/web/index.html b/src/platform/web/index.html
index aa0a7c49..606a31d6 100644
--- a/src/platform/web/index.html
+++ b/src/platform/web/index.html
@@ -24,7 +24,7 @@
olm: olmPaths,
downloadSandbox: downloadSandboxPath,
worker: workerPath,
- config: JSON.parse(configJSON)
+ ...JSON.parse(configJSON)
};
const platform = new Platform(
document.body,