{
  "name": "DCC HQ",
  "short_name": "DCC HQ",
  "description": "Double Click Computing operating system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#fe6e00",
  "shortcuts": [
    {
      "name": "Log work",
      "short_name": "Log work",
      "description": "Capture billable work for a client",
      "url": "/log"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
