{
  "name": "MUVLY",
  "short_name": "MUVLY",
  "description": "Swipe through music and discover tracks matched to your taste.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0e0c0b",
  "theme_color": "#0e0c0b",
  "orientation": "portrait-primary",
  "categories": ["music", "entertainment"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Discovering",
      "url": "/app",
      "description": "Jump straight into the discovery feed"
    }
  ]
}
