Added features to automatically load all messages in a thread and enable the enableLoadingDraftMessages flag
diff --git a/manifest.json b/manifest.json
index 55779eb..d1ee5e0 100644
--- a/manifest.json
+++ b/manifest.json
@@ -13,6 +13,11 @@
       "js": ["console_inject.js"]
     },
     {
+      "matches": ["https://support.google.com/s/community*"],
+      "js": ["console_inject_start.js"],
+      "run_at": "document_start"
+    },
+    {
       "matches": ["https://support.google.com/*/threads*"],
       "js": ["forum_inject.js"]
     },