{
  "name": "urbanMG - Mobile Pet Grooming",
  "short_name": "urbanMG",
  "description": "Professional mobile pet grooming in Miami-Dade & Broward County",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a0a3e",
  "theme_color": "#1a0a3e",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["business", "lifestyle"],
  "icons": [
    {
      "src": "pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "url": "/book",
      "icons": [{ "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My Portal",
      "short_name": "Portal",
      "url": "/portal",
      "icons": [{ "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
