{
  "name": "Waveroom",
  "short_name": "Waveroom",
  "description": "Share the mix. Run the business.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0D1F2D",
  "theme_color": "#0D1F2D",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["music", "business", "productivity"],
  "shortcuts": [
    {
      "name": "Projects",
      "url": "/dashboard",
      "description": "View your projects"
    }
  ]
}
