{
  "name": "IceDraw - Interactive Storytelling Cards",
  "short_name": "IceDraw",
  "description": "Interactive storytelling card game perfect for family dinners, date nights, and team retreats. Break the ice with engaging questions and create memorable conversations.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fff5e8",
  "theme_color": "#ffb24d",
  "categories": ["games", "entertainment", "social"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}