{
  "name": "Bopster Live",
  "short_name": "Bopster",
  "description": "Play music guessing games using QR codes or public playlists.",
  "start_url": "live", // Adjust if your main page URL is different
  "display": "standalone", // Opens like a native app
  "background_color": "#23272A", // A neutral dark background for the splash screen
  "theme_color": "#23a6d5", // Matches one of your gradient colors for UI tinting
  "orientation": "portrait-primary", // Or "any" if you prefer
  "scope": "/", // Defines the navigation scope of the PWA
  "icons": [
    {
      "src": "/img/live192_2.png", // ** YOU MUST CREATE THIS FILE **
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable" // Allows adaptive icons on Android
    },
    {
      "src": "/img/live512_2.png", // ** YOU MUST CREATE THIS FILE **
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
    // Add more sizes if needed (e.g., 72x72, 96x96, 128x128, 144x144, 152x152)
  ]
}