{
  "theme_color": "#0073af",
  "background_color": "#0073af",
  "display_override": [ "window-controls-overlay" ],
  "display": "standalone",
  "scope": "/",
  "start_url": "/#utm_source=homescreen",
  "name": "Fleet 1",
  "short_name": "Fleet1",
  "description": "NOVA is a collection of tools to enable analysis, extraction, transformation and viewing of data in an elastic scalable fashion.",
  "screenshots": [
    {
      "src": "/media/screenshot.png",
      "sizes": "2400x1600",
      "label": "Todays event count"
    }
  ],
  "icons": [
    {
      "src": "/media/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/media/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/media/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/media/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "widgets": [
    {
      "name": "Fleet monitor",
      "description": "widget to observe the current state of the fleet",
      "tag": "monitoring",
      "template": "monitor-template",
      "ms_ac_template": "widgets/event-count-template.json",
      "data": "widgets/event-count-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/media/screenshot-widget.png",
          "sizes": "600x400",
          "label": "Todays event count"
        }
      ],
      "icons": [
        {
          "src": "/media/icon-192x192.png",
          "sizes": "192x192"
        }
      ],
      "auth": true,
      "update": 86400
    }
  ],
  "edge_side_panel": {},
  "capture_links": "new-client",
  "shortcuts": [{
    "name": "Event Grid",
    "short_name": "EventGrid",
    "description": "Shows event in a grid.",
    "url": "/#utm_source=homescreen",
    "icons": [{
        "src": "/media/icon-192x192.png",
        "sizes": "192x192"
    }]
  },
  {
    "name": "ETracer",
    "short_name": "ETracer",
    "description": "Signal data in a graph view.",
    "url": "/#tool=etracer&utm_source=homescreen",
    "icons": [{
        "src": "/media/icon-192x192.png",
        "sizes": "192x192"
    }]
  }]
}