{
  "id": "/games/word-search/",
  "name": "Word Search · The Cuga Zone",
  "short_name": "Word Search",
  "description": "Hunt for all the hidden words tucked inside the letter grid.",
  "start_url": "/games/word-search/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#06061a",
  "theme_color": "#00ff9c",
  "icons": [
    {
      "src": "/icons/word-search/192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/word-search/512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/word-search/maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}