{
  "name": "Word&U — Word Unscrambler for Every Word Game",
  "short_name": "Word&U",
  "description": "Free word solvers for Anagram, Wordle, Quordle, Words with Friends, Word Feud and Scrabble. Type your letters and find every word that fits — works offline.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#ffe14d",
  "theme_color": "#0a1f44",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "education", "utilities", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
