{
  "name": "King's Collision Service",
  "short_name": "King's Collision",
  "description": "Auto body and collision repair serving Sullivan County, NY. Free estimates, all insurance accepted.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F8FAFC",
  "theme_color": "#10263D",
  "categories": ["automotive", "business"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Estimate",
      "short_name": "Estimate",
      "description": "Start a free photo estimate",
      "url": "/estimate?source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Call the Shop",
      "short_name": "Call",
      "description": "Call King's Collision Service",
      "url": "/contact?source=pwa_shortcut"
    }
  ]
}
