diff --git a/index.html b/index.html
index e1dbe9a54e8323d3785ad5f4a9f9543b4c325ecb..5b278a8b35ebb4f4a2082404654e1a03fe741f26 100644
--- a/index.html
+++ b/index.html
@@ -36,7 +36,7 @@
     <script>
         window.CONFIG_LOCATION = "./config.json";
     </script>
-    <script src="./src/parent.ts" type="module"></script>
+    <script src="./src/parent.ts" type="module" id="chatterbox-script"></script>
 </body>
 
 </html>