{
  "name": "Sole Services",
  "short_name": "Sole",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#101010",
  "theme_color": "#101010",
  "description": "Service business quoting, jobs, invoices, clients, materials, and follow-ups.",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Quote",
      "short_name": "Quote",
      "url": "/NewQuote"
    },
    {
      "name": "New Job",
      "short_name": "Job",
      "url": "/NewJob"
    },
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "url": "/NewInvoice"
    }
  ]
}
