{
  "name": "Dojo Date - Dating Games for Couples",
  "short_name": "Dojo Date",
  "description": "Transform ordinary dates into extraordinary experiences with 1000+ games and challenges",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f3ff",
  "theme_color": "#ec4899",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["lifestyle", "entertainment", "social"],
  "screenshots": [
    {
      "src": "/screenshots/home.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Dojo Date homepage showing categories"
    },
    {
      "src": "/screenshots/mobile.jpg", 
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile view of couple playing games"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Playing",
      "short_name": "Play",
      "description": "Jump straight into games",
      "url": "/levels",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "How It Works",
      "short_name": "Guide",
      "description": "Learn how to use Dojo Date",
      "url": "/how-it-works",
      "icons": [
        {
          "src": "/favicon.svg",
          "sizes": "96x96"
        }
      ]
    }
  ]
}