Add experiment to show per-forum activity in profiles

This is an experiment for now, since there might be performance
improvements and UI changes in the future.

Bug: twpowertools:92
Change-Id: Ief2a423d41a6b7179bb935c7a2a246678a4a4d0a
diff --git a/webpack.config.js b/webpack.config.js
index 4a02902..7807749 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -44,6 +44,7 @@
     profileIndicatorInject: './src/injections/profileIndicator.js',
     batchLockInject: './src/injections/batchLock.js',
     xhrInterceptorInject: './src/injections/xhrInterceptor.js',
+    extraInfoInject: './src/injections/extraInfo.js',
 
     // Options page
     optionsCommon: './src/options/optionsCommon.js',