{
  "name": "GreenSpark Cleaners",
  "short_name": "GreenSpark",
  "description": "Healthcare-grade and commercial cleaning services for Ottawa — book, track and manage cleaning visits online.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1B5E20",
  "theme_color": "#1B5E20",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/images/icons/gs-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icons/gs-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/images/icons/gs-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/icons/gs-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Service",
      "short_name": "Book",
      "description": "Request a cleaning quote or book a service",
      "url": "/en/services",
      "icons": [{ "src": "/static/images/icons/gs-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Customer Portal",
      "short_name": "Portal",
      "description": "View invoices, job status and service history",
      "url": "/customer/portal",
      "icons": [{ "src": "/static/images/icons/gs-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
