{
  "name": "Worduel",
  "short_name": "Worduel",
  "description": "Wordle 1v1: guess the same five-letter word as your rival, turn by turn",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FF385C",
  "theme_color": "#FF385C",
  "icons": [
    { "src": "/static/img/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/img/app-icon.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
    { "src": "/static/img/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ]
}
