{
  "name": "Shiftline — Your hours, perfectly kept",
  "short_name": "Shiftline",
  "description": "Clock in and out, see your hours, and know how much is left before your limit.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#05050c",
  "theme_color": "#b154f9",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My hours this month",
      "short_name": "Calendar",
      "url": "/calendar"
    },
    {
      "name": "Export my timesheet",
      "short_name": "Export",
      "url": "/export"
    }
  ]
}
