{
  "short_name": "Reptisitter",
  "name": "Reptisitter - Professional Reptile Sitting",
  "description": "Find trusted, background-checked sitters for your bearded dragons, geckos, snakes, and other reptiles.",
  "icons": [
    {
      "src": "logo.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "logo.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#2563EB",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["lifestyle", "pets"],
  "shortcuts": [
    {
      "name": "Find Sitters",
      "short_name": "Find",
      "description": "Find reptile sitters near you",
      "url": "/find-sitters",
      "icons": [{ "src": "logo.jpg", "sizes": "192x192" }]
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your bookings",
      "url": "/dashboard",
      "icons": [{ "src": "logo.jpg", "sizes": "192x192" }]
    }
  ]
}
