{
  "name": "Firefly Music",
  "short_name": "Firefly",
  "description": "A beautiful music player with themes, playlists, and offline support.",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot1.png",
      "sizes": "540x960",
      "type": "image/png",
      "label": "Home Screen"
    },
    {
      "src": "/screenshot2.png",
      "sizes": "540x960",
      "type": "image/png",
      "label": "Theme Picker"
    }
  ]
}
