{
  "name": "Music Guesser",
  "short_name": "MusicGuesser",
  "description": "Test your music knowledge with Music Guesser. Search for artists and guess their songs in this fun, interactive game.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e1b4b",
  "theme_color": "#4c1d95",
  "icons": [
    {
      "src": "/logo192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/logo512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}