{
  "name": "WordBuilding Board",
  "short_name": "WordBuilder",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#dce6f2",
  "theme_color": "#dce6f2",
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
