Add "previous posts" support to unified profiles in CC

The Community Console used to embed profiles from TW via an iframe, so
the logic to add the "previous posts" link was only added to TW.

However, the CC now renders the profiles without an iframe, with the
exact same layout as TW. This change adds support to add the "previous
posts" link in the CC, which reuses existing code (which has been
abstracted).

Fixed: twpowertools:78
Change-Id: I511af1e8aab1292f34beb712f29d52df9409e352
diff --git a/templates/manifest.gjson b/templates/manifest.gjson
index 957193f..7645800 100644
--- a/templates/manifest.gjson
+++ b/templates/manifest.gjson
@@ -23,7 +23,7 @@
     {
       "matches": ["https://support.google.com/s/community*"],
       "js": ["communityConsoleStart.bundle.js"],
-      "css": ["css/common/console.css"],
+      "css": ["css/common/console.css", "css/unifiedprofile.css"],
       "run_at": "document_start"
     },
     {
@@ -45,7 +45,7 @@
       "matches": ["https://support.google.com/*/profile/*", "https://support.google.com/profile/*"],
       "all_frames": true,
       "js": ["profile.bundle.js"],
-      "css": ["css/common/forum.css"]
+      "css": ["css/common/forum.css", "css/unifiedprofile.css"]
     }
   ],
   "permissions": [