{
  "name": "LushDollLive",
  "short_name": "LDL",
  "start_url": "/play-purchase",
  "display": "standalone",
  "background_color": "#0c1220",
  "theme_color": "#ff6b9d",
  "scope": "/",
  "description": "LushDollLive – same experience as web. Purchases route users to the Android app via Google Play.",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Purchase",
      "short_name": "Purchase",
      "url": "/play-purchase",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}

