{
  "name": "Schwartz Lawn Maintenance",
  "short_name": "Schwartz",
  "description": "Lawn maintenance, mowing, and landscaping services across Southeast Michigan.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#15803d",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Contact",
      "short_name": "Contact",
      "url": "/contact/",
      "description": "Contact Schwartz Lawn Maintenance"
    },
    {
      "name": "Call",
      "short_name": "Call",
      "url": "tel:+12484691099",
      "description": "Call +1-(248) 469-1099"
    }
  ]
}