{
  "name": "Wordle Hints \u2014 Smart Wordle Solver",
  "short_name": "Wordle Hints",
  "description": "A smart Wordle helper. Find the best next guess. Save your streak.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6aaa64",
  "orientation": "portrait-primary",
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/Wordle_solve_tool.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "games",
    "utilities",
    "education"
  ]
}