{
  "name": "Justpetly — Pet Hotel Booking",
  "short_name": "Justpetly",
  "description": "Worldwide pet hotel booking. Verified hotels for dogs, cats and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0EA5A4",
  "background_color": "#F4F8F8",
  "lang": "en",
  "categories": ["travel", "lifestyle", "shopping"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search hotels",
      "url": "/search",
      "description": "Find a pet hotel near you"
    },
    {
      "name": "My bookings",
      "url": "/dashboard/owner",
      "description": "Open my bookings"
    }
  ]
}
