{
  "short_name": "word.rodeo",
  "name": "word.rodeo",
  "description": "Custom word puzzles for friends!",
  "icons": [
    {
      "src": "/static/images/icon.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/static/images/icon-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable any"
    }
  ],
  "start_url": "/?utm_medium=PWA",
  "background_color": "#f1f5f9",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "categories": ["entertainment", "games", "social"],
  "screenshots": [
    {
      "src": "/static/images/screenshot-game.png",
      "type": "image/png",
      "sizes": "750x1334",
      "label": "Can you guess the word?"
    },
    {
      "src": "/static/images/screenshot-solved.png",
      "type": "image/jpg",
      "sizes": "750x1334",
      "label": "You solved this puzzle!"
    },
    {
      "src": "/static/images/screenshot-create.png",
      "type": "image/jpg",
      "sizes": "750x1334",
      "label": "Create new word puzzles for friends!"
    },
    {
      "src": "/static/images/screenshot-solved-dark.png",
      "type": "image/jpg",
      "sizes": "750x1334",
      "label": "Statistics after solving a puzzle. (Dark mode)"
    },
    {
      "src": "/static/images/screenshot-game-dark.png",
      "type": "image/jpg",
      "sizes": "750x1334",
      "label": "Full dark mode support."
    }
  ],
  "capture_links": "new-client",
  "launch_handler": {
    "route_to": "new-client"
  }
}
