diff --git a/manifest.json b/manifest.json
index 0534372..3d62bff 100644
--- a/manifest.json
+++ b/manifest.json
@@ -21,6 +21,7 @@
"matches": ["*://chat.openai.com/*"],
"js": [
"globals.js",
+ "utils.js",
"addCheckboxes.js",
"bulkDeleteConversations.js",
"bulkArchiveConversations.js"
diff --git a/popup.html b/popup.html
index b7ece00..9b3f271 100644
--- a/popup.html
+++ b/popup.html
@@ -64,5 +64,6 @@
+