{
  "name": "All4Pets - Book Trusted Pet Services Near You",
  "id": "app.all4pets",
  "short_name": "All4Pets",
  "description": "Discover groomers, vets, pet sitters, walkers, trainers and pet-friendly places. Compare providers and book services easily.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["lifestyle", "health"],
  "shortcuts": [
    {
      "name": "Search Services",
      "short_name": "Search",
      "description": "Find pet services near you",
      "url": "/search",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}