{
  "name": "Torr — Multiplayer Card Game",
  "short_name": "Torr",
  "description": "A 4-player trick-taking card game. Dodge the dangerous cards and finish with the fewest points.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5efe6",
  "theme_color": "#E45937",
  "icons": [
    { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "assets/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "assets/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
