{
  "name": "Music Player MD1",
  "short_name": "Music Player MD1",
  "start_url": "index_md1.html",
  "display": "standalone",
  "background_color": "#1C1B1F",
  "theme_color": "#D0BCFF",
  "description": "Material Design 1 Music Player with Real-time Visuals",
  "icons": [
    {
      "src": "music_note.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "music_note.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "index_md1.html",
      "accept": {
        "audio/*": [".mp3", ".wav", ".ogg", ".m4a", ".flac"]
      }
    }
  ]
}
