Add WithNonactiveKillSwitches field to GetKillSwitchOverviewRequest

This will be used by the extension to only get active kill switches.

Change-Id: Ibe7ad4cdb74ab7b385f3d18b70e74da6b834375c
diff --git a/Makefile b/Makefile
index 1866e09..cf1cc2f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,3 @@
 grpc_proto_gen:
 	protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative api_proto/*.proto
+	protoc -I=. --js_out=import_style=commonjs:frontend/src/ --grpc-web_out=import_style=commonjs,mode=grpcwebtext:frontend/src/ api_proto/*.proto