{
  "name": "Glass Cassette Player",
  "short_name": "GlassPlayer",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0518",
  "theme_color": "#581c87",
  "orientation": "landscape",
  "icons": [
    {
      "src": "https://placehold.co/192x192/581c87/ffffff.png?text=GC",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://placehold.co/512x512/581c87/ffffff.png?text=GC",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}