{
  "name": "Estimatiq",
  "short_name": "Estimatiq",
  "description": "Field service management — estimates, jobs, invoices, and scheduling.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d1b2e",
  "theme_color": "#004282",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Field Schedule",
      "short_name": "Field",
      "description": "View today's field appointments",
      "url": "/field",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    },
    {
      "name": "New Estimate",
      "short_name": "Estimate",
      "description": "Create a new estimate",
      "url": "/estimates/new",
      "icons": [{ "src": "/favicon.ico", "sizes": "48x48" }]
    }
  ]
}
