{
  "name": "Clean Word Finder",
  "short_name": "WordFinder",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b1120",
  "theme_color": "#0b1120",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://cleanwordfinder.com/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "https://dummyimage.com/192x192/38bdf8/04101e.png&text=CWF",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://dummyimage.com/512x512/38bdf8/04101e.png&text=CWF",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}