{
  "name": "Crosswordle",
  "short_name": "Crosswordle",
  "id": "/?source=pwa&v=1.0.1",
  "start_url": "/?source=pwa&v=1.0.1",
  "display": "standalone",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "background_color": "#4FA0FF",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "scope": "/",
  "related_applications": [
    {
      "platform": "web",
      "url": "https://play.hey.gg"
    }
  ],
  "icons": [
    {
      "src": "images/pwa/crosswordle-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/pwa/01-screenshot.png",
      "sizes": "1440x3200",
      "type": "image/png",
      "label": "Gameplay screen",
      "form_factor": "wide"
    },
    {
      "src": "images/pwa/02-screenshot.png",
      "sizes": "1440x3200",
      "type": "image/png",
      "label": "Practice Mode"
    },
    {
      "src": "images/pwa/03-screenshot.png",
      "sizes": "1440x3200",
      "type": "image/png",
      "label": "Game Dark Mode"
    }
  ]
}
