{
  "name": "Poker Timer",
  "short_name": "PokerTimer",
  "description": "A simple tournament poker timer",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#88D982",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "24x32",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Game",
      "short_name": "New",
      "url": "/",
      "description": "Start a new poker timer session"
    }
  ]
}
