{
  "name": "Letters & Lattes",
  "short_name": "Letters",
  "description": "A private coffeehouse word-board duel with friends.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6dfb7",
  "theme_color": "#2a1207",
  "icons": [
    {
      "src": "./assets/app-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
