{
  "name": "Audify",
  "short_name": "Audify",
  "description": "Professional music streaming with Listen Together feature. Stream millions of songs in real-time with friends.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Listen Together",
      "url": "/listen-together",
      "description": "Join the global listening room"
    },
    {
      "name": "Your Library",
      "url": "/library",
      "description": "Your liked songs and history"
    }
  ]
}