{
  "name": "REVEAL — Conversation Card Game",
  "short_name": "REVEAL",
  "description": "A digital conversation card game with 15 decks — icebreakers, couples questions, deep conversations, truth or dare, and more. Play free.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "launch_handler": { "client_mode": "focus-existing" },
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "en",
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["games", "lifestyle", "social", "entertainment"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Play",
      "short_name": "Play",
      "description": "Jump into a conversation deck",
      "url": "/"
    },
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Unlock premium conversation decks",
      "url": "/shop"
    }
  ]
}
