{
  "name": "Scrabble Word Finder & Dictionary",
  "short_name": "ScrabbleFinder",
  "description": "Instant Scrabble word lookup and definitions, available offline.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#0b0c15",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}
