chromium/components/desks_storage/fuzzer_corpus/example1

{
  "auto_launch_on_startup": false,
  "version": 1,
  "uuid": "040b6112-67f2-4d3c-8ba8-53a117272eba",
  "name": "BrowserTest",
  "created_time_usec": "1633535632",
  "updated_time_usec": "1633535632",
  "desk_type": "TEMPLATE",
  "desk": {
    "apps": [
      {
        "window_bound": {
          "left": 0,
          "top": 1,
          "height": 121,
          "width": 120
        },
        "window_state": "NORMAL",
        "z_index": 1,
        "app_type": "BROWSER",
        "tabs": [
          {
            "url": "https://example.com/"
          },
          {
            "url": "https://example.com/2"
          }
        ],
        "tab_groups": [
          {
            "first_index": 1,
            "last_index": 2,
            "title": "sample_tab_group",
            "color": "GREY",
            "is_collapsed": false
          }
        ],
        "active_tab_index": 1,
        "first_non_pinned_tab_index": 1,
        "window_id": 0,
        "display_id": "100",
        "event_flag": 0
      }
    ]
  }
}