{
  "name": "Wordnest — Word searches to play and print",
  "short_name": "Wordnest",
  "description": "Word searches to play in your browser or print with an answer key, every grid machine-checked before it is shown. Available in English and French.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/en/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FAF6EE",
  "theme_color": "#FAF6EE",
  "categories": [
    "games",
    "education",
    "puzzle"
  ],
  "icons": [
    {
      "src": "/assets/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/brand/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Make your own",
      "url": "/en/word-search-maker/"
    },
    {
      "name": "All themes",
      "url": "/en/word-search/themes/nature/"
    }
  ]
}