Add per-forum stats to TW profiles

Fixed: twpowertools:102

Change-Id: Ie947c05346a5e430f08b3f3c4fbd13c2c8d744da
diff --git a/templates/manifest.gjson b/templates/manifest.gjson
index 2524612..b4f0281 100644
--- a/templates/manifest.gjson
+++ b/templates/manifest.gjson
@@ -44,8 +44,14 @@
     {
       "matches": ["https://support.google.com/*/profile/*", "https://support.google.com/profile/*"],
       "all_frames": true,
-      "js": ["profile.bundle.js", "mdcStyles.bundle.js"],
-      "css": ["css/common/forum.css", "css/unifiedprofile.css"]
+      "js": ["publicProfileStart.bundle.js"],
+      "run_at": "document_start"
+    },
+    {
+      "matches": ["https://support.google.com/*/profile/*", "https://support.google.com/profile/*"],
+      "all_frames": true,
+      "js": ["publicProfile.bundle.js", "mdcStyles.bundle.js"],
+      "css": ["css/common/forum.css", "css/unifiedprofile.css", "css/extrainfo_perforumstats.css"]
     }
   ],
   "permissions": [
@@ -82,6 +88,7 @@
         "css/autorefresh_list.css",
         "css/image_max_height.css",
         "css/extrainfo.css",
+        "css/extrainfo_perforumstats.css",
 
         "communityConsoleMain.bundle.js.map",
         "communityConsoleStart.bundle.js.map",