{
  "name": "A Dollar and a Stream",
  "short_name": "Dollar & Stream",
  "description": "Discover, upload, and rate music. Connect with artists and explore the top songs.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "categories": ["music", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Discover Music",
      "url": "/discover",
      "description": "Browse songs by genre"
    },
    {
      "name": "Top 10",
      "url": "/top10",
      "description": "See the weekly top 10 rankings"
    },
    {
      "name": "Upload",
      "url": "/upload",
      "description": "Upload your music"
    }
  ]
}