{
  "name": "POWRFUL.COACH",
  "short_name": "POWRFUL",
  "description": "The coaching platform built for coating contractors who want to dominate their market.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0f1a",
  "theme_color": "#0d9488",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Clock in to today's job",
      "url": "/mobile/crew/clock",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Job Photos",
      "short_name": "Photos",
      "description": "Capture job photos",
      "url": "/mobile/crew/camera",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
