{
  "name": "ComedyClubFinder",
  "short_name": "ComedyFinder",
  "description": "Find comedy clubs, open mic nights, and shows across the United States.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f0f",
  "theme_color": "#e63946",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "lifestyle", "travel"],
  "lang": "en-US",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Find Clubs Near Me",
      "short_name": "Near Me",
      "description": "Search comedy clubs by location",
      "url": "/search",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse by City",
      "short_name": "By City",
      "description": "Browse comedy clubs by city",
      "url": "/cities",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
