{
  "name": "SoloFox",
  "short_name": "SoloFox",
  "description": "Lone-worker safety check-ins by MFGFox",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fff7ed",
  "theme_color": "#f97316",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    { "src": "/logo.png",     "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/logo.png",     "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Start shift",
      "short_name": "Start",
      "description": "Begin a lone-worker shift",
      "url": "/?action=start",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
