{
  "name": "TopSpots - Discover Amazing Venues & Restaurants",
  "short_name": "TopSpots",
  "description": "Discover the best restaurants, bars, and venues in your area. Find top spots for dining, nightlife, and entertainment.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["food", "lifestyle", "business"],
  "icons": [
    {
      "src": "/topspots-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/topspots-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/topspots-logo.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Restaurants",
      "short_name": "Restaurants",
      "description": "Discover restaurants near you",
      "url": "/restaurants",
        "icons": [
          {
            "src": "/topspots-logo.png",
            "sizes": "96x96"
          }
        ]
    },
    {
      "name": "Restaurant Owner",
      "short_name": "Owner Portal",
      "description": "Manage your restaurant",
      "url": "/restaurant-owner",
        "icons": [
          {
            "src": "/topspots-logo.png",
            "sizes": "96x96"
          }
        ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "features": [
    "cross-platform",
    "low-latency"
  ]
}