{
  "name": "Anagramee — Instant Anagram & Word Finder",
  "short_name": "Anagramee",
  "description": "Type any jumble of letters and instantly discover every real word hiding inside, each paired with a short definition.",
  "start_url": "/?source=pwa",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#faf3e4",
  "theme_color": "#c34a2e",
  "lang": "en-GB",
  "categories": ["games", "utilities", "education"],
  "icons": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
