{
  "name": "Chess Home",
  "short_name": "Chess Home",
  "description": "A calm place to talk chess, together.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8ede6",
  "theme_color": "#2f6f4a",
  "categories": ["games", "social"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily puzzle",
      "short_name": "Puzzle",
      "url": "/puzzle/today",
      "description": "Solve today's tactic and keep your streak alive."
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "url": "/notifications"
    }
  ]
}
