{
  "name": "Date Night game",
  "short_name": "Date Night game",
  "description": "Date Night — a couples party game. Four stages of connection, Truth or Dare with a twist, Secret Missions, Wheel of Fortune, and custom challenges you write yourselves. For 2–6 players. Fully private — everything stays on your device.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0a0c",
  "theme_color": "#0a0a0c",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-narrow.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Date Night — main game screen"
    },
    {
      "src": "/screenshots/screenshot-wide.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Date Night — desktop view"
    }
  ]
}
