{
  "name": "Tic-Tac-Kill",
  "short_name": "TicTacKill",
  "description": "Tic-Tac-Toe with bombs & lives — place, play, explode!",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#06060e",
  "theme_color": "#ff4455",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "maskable" }
  ]
}
