{
  "name": "AI Music Workstation — Studio EQ & Player",
  "short_name": "Music EH",
  "description": "Music player with professional EQ, enhancer, and export. Adjust 5-band EQ, Exciter, Saturation, Compressor, Reverb, Stereo Widener, Limiter. Export enhanced WAV.",
  "start_url": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#0b1326",
  "theme_color": "#4cd7f6",
  "orientation": "portrait",
  "scope": "./",
  "categories": ["music", "audio", "utilities", "entertainment"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Open Player",
      "short_name": "Player",
      "description": "Open the music player",
      "url": "./?tab=player",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Effects & EQ",
      "short_name": "EQ",
      "description": "Open audio effects",
      "url": "./?tab=effects",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
