{
  "name": "murva | Real-time Collaborative Music Platform",
  "short_name": "murva",
  "description": "Create music together in real-time with virtual instruments, ultra-low latency voice chat, and synchronized metronome. No installation required — jam directly in your browser.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#12152A",
  "theme_color": "#3D3A6B",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "categories": ["music", "productivity", "social", "entertainment", "education"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Try murva",
      "short_name": "Try App",
      "description": "Launch the murva collaborative music app",
      "url": "https://murva-beta.themiddnight.dev/",
      "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "About murva",
      "short_name": "About",
      "description": "Learn about murva",
      "url": "/about",
      "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
