{
  "name": "Party Mixer - Free DJ Software",
  "short_name": "Party Mixer",
  "description": "Learn DJ skills in your browser. Free DJ software perfect for beginners and party hosts.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#001a2e",
  "theme_color": "#00D4FF",
  "orientation": "landscape-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["music", "entertainment", "education", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/desktop-mixer.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "DJ mixing interface on desktop"
    },
    {
      "src": "/screenshots/mobile-mixer.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "platform": "narrow",
      "label": "DJ mixing interface on mobile"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start DJing",
      "short_name": "DJ Mix",
      "description": "Jump straight into the DJ mixer",
      "url": "/mixer",
      "icons": [
        {
          "src": "/icons/shortcut-mixer.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Music Library",
      "short_name": "Library",
      "description": "Browse your music library",
      "url": "/library",
      "icons": [
        {
          "src": "/icons/shortcut-library.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}