{
  "name": "Jukebox Band - Interactive Live Music Experience",
  "short_name": "Jukebox Band",
  "description": "Experience the ultimate interactive live music with Jukebox Band. Your guests choose the songs, we play them live!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0F1A1F",
  "theme_color": "#41CAF0",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["music", "entertainment", "events"],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32", 
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile.png", 
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Now",
      "short_name": "Book",
      "description": "Book your Jukebox Band experience",
      "url": "/#contact-us",
      "icons": [
        {
          "src": "/icons/book-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "How It Works", 
      "short_name": "How",
      "description": "Learn how Jukebox Band works",
      "url": "/#how-it-works",
      "icons": [
        {
          "src": "/icons/how-96x96.png", 
          "sizes": "96x96"
        }
      ]
    }
  ]
}