[module.json extensions] Migrate network actions

Bug: 1134103
Change-Id: I7b0860666042035546d6a78e4c659f5f2a5d2ca0
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2584529
Commit-Queue: Andres Olivares <[email protected]>
Reviewed-by: Tim van der Lippe <[email protected]>
diff --git a/front_end/ui/ActionRegistration.ts b/front_end/ui/ActionRegistration.ts
index 48c477d..e64a4ae 100644
--- a/front_end/ui/ActionRegistration.ts
+++ b/front_end/ui/ActionRegistration.ts
@@ -312,12 +312,15 @@
 export const ActionCategory = {
   ELEMENTS: ls`Elements`,
   SCREENSHOT: ls`Screenshot`,
+  NETWORK: ls`Network`,
 };
 
 type ActionCategory = typeof ActionCategory[keyof typeof ActionCategory];
 
 export const enum IconClass {
   LARGEICON_NODE_SEARCH = 'largeicon-node-search',
+  LARGEICON_START_RECORDING = 'largeicon-start-recording',
+  LARGEICON_STOP_RECORDING = 'largeicon-stop-recording',
 }
 
 export const enum KeybindSet {