{
  "name": "Tender — a private game for two",
  "short_name": "Tender",
  "description": "Play an ask, seal a treat to it, and watch it land. A private card game for two.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#251320",
  "theme_color": "#251320",
  "capture_links": ["existing-client-navigate", "new-client"],
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
