{
  "name": "Music Quizly - Multiplayer Music Guessing Game",
  "short_name": "Music Quizly",
  "description": "Free multiplayer music guessing game where you can create or join rooms and compete with friends using songs from Spotify, Deezer, and YouTube.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1c1d32",
  "theme_color": "#667eea",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["games", "entertainment", "music"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "id": "music-quizly-app"
}