akashyadav758 Claude Opus 4.8 (1M context) commited on
Commit
dff55ff
·
1 Parent(s): bcacea2

Point Flow tab to https://labs.google/fx

Browse files

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. monitor/main.go +1 -1
monitor/main.go CHANGED
@@ -42,7 +42,7 @@ type knownTab struct {
42
  var knownTabs = []knownTab{
43
  {"ChatGPT", "https://chatgpt.com/", "chatgpt.com"},
44
  {"Gemini", "https://gemini.google.com/", "gemini.google.com"},
45
- {"Flow", "https://labs.google/fx/tools/flow", "labs.google"},
46
  }
47
 
48
  // cdpTarget mirrors the relevant fields of an entry from GET /json.
 
42
  var knownTabs = []knownTab{
43
  {"ChatGPT", "https://chatgpt.com/", "chatgpt.com"},
44
  {"Gemini", "https://gemini.google.com/", "gemini.google.com"},
45
+ {"Flow", "https://labs.google/fx", "labs.google"},
46
  }
47
 
48
  // cdpTarget mirrors the relevant fields of an entry from GET /json.