{
  "name": "WordFinder",
  "short_name": "WordFinder",
  "description": "Find words hidden in a 5×5 letter grid.",
  "start_url": "/wordfinder/",
  "scope": "/wordfinder/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f23",
  "theme_color": "#0f0f23",
  "icons": [
    { "src": "./apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
    { "src": "./icon-192.png",         "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icon-512.png",         "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
