Add initial extra info feature

Only the extra profile in profiles is shown, since it is the easiest to
implement.

Bug: twpowertools:93
Change-Id: Ife4f31ee056f74bd478702347d75044b024abf1e
diff --git a/src/common/xhrInterceptors.json5 b/src/common/xhrInterceptors.json5
index 63bec85..2e9a443 100644
--- a/src/common/xhrInterceptors.json5
+++ b/src/common/xhrInterceptors.json5
@@ -15,5 +15,10 @@
       urlRegex: "api/CreateMessage",
       intercepts: "request",
     },
+    {
+      eventName: "ViewUnifiedUserResponse",
+      urlRegex: "api/ViewUnifiedUser",
+      intercepts: "response",
+    },
   ],
 }