fix(cc-redirect): redirect community guides and videos

Fixed: twpowertools:179
Change-Id: Id4318084100d7a464e82bba47b8085ed7ffd07ea
diff --git a/templates/manifest.gjson b/templates/manifest.gjson
index 76404ba..f7b2923 100644
--- a/templates/manifest.gjson
+++ b/templates/manifest.gjson
@@ -43,6 +43,18 @@
       "run_at": "document_end"
     },
     {
+      "matches": ["https://support.google.com/*/community-guide/*", "https://support.google.com/*/community-video/*"],
+      "exclude_matches": ["https://support.google.com/s/community*"],
+      "js": ["publicGuideStart.bundle.js"],
+      "run_at": "document_start"
+    },
+    {
+      "matches": ["https://support.google.com/*/community-guide/*", "https://support.google.com/*/community-video/*"],
+      "exclude_matches": ["https://support.google.com/s/community*"],
+      "js": ["publicGuide.bundle.js"],
+      "run_at": "document_end"
+    },
+    {
       "matches": ["https://support.google.com/s/community*", "https://support.google.com/*/thread/*"],
       "exclude_matches": ["https://support.google.com/*/thread/new*"],
       "js": ["profileIndicator.bundle.js"]