{
  "name": "CarmaGard - Mobile Mechanic Services",
  "short_name": "CarmaGard",
  "description": "Professional mobile mechanic services at your location. Same-day scheduling, verified mechanics, upfront pricing.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#FF8C42",
  "orientation": "portrait-primary",
  "categories": ["automotive", "services", "utilities"],
  "lang": "en-US",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Customer Portal",
      "short_name": "Customer",
      "description": "Book a mobile mechanic",
      "url": "/pwa/customer/",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Mechanic Portal",
      "short_name": "Mechanic",
      "description": "Manage your mechanic jobs",
      "url": "/pwa/mechanic/",
      "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
