{
  "name": "Agency OS",
  "short_name": "Agency OS",
  "description": "Projects, tasks, team and time off for the agency.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1c1c1e",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start a timer",
      "short_name": "Timer",
      "url": "/timesheet",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My work",
      "short_name": "My work",
      "url": "/my-work",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Log time",
      "short_name": "Log time",
      "url": "/timesheet?entry=new",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}