Add Kill Switch section

Currently there's a nasty bug which doesn't allow users from navigating
from the "Kill Switch" section to any other section of the app (see bug
twpowertools:59), but everything else is working.

Change-Id: I3c71352b1899e4ddf9ba5886aa1434a5a1ed93eb
diff --git a/frontend/src/consts.js b/frontend/src/consts.js
index e570b66..3d72cbc 100644
--- a/frontend/src/consts.js
+++ b/frontend/src/consts.js
@@ -3,3 +3,9 @@
   5: "Kill Switch Activator",
   10: "Admin",
 });
+
+export const browsers = Object.freeze({
+  0: "Unknown",
+  1: "Chromium",
+  2: "Firefox",
+});