{
  "name": "CrewTally",
  "short_name": "CrewTally",
  "description": "Time tracking built for construction crews. Clock in, switch tasks, log lunches and breaks, all from your phone.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FBFAF7",
  "theme_color": "#ED7723",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Time",
      "short_name": "My Time",
      "description": "Jump straight to your time entries.",
      "url": "/app",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
