{
  "id": "/",
  "name": "Communication Quest",
  "short_name": "Comm Quest",
  "description": "A game for two — improve communication together. AI stories, check-ins, and guided talks.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#1a1625",
  "theme_color": "#6b46c1",
  "categories": ["lifestyle", "health", "social"],
  "prefer_related_applications": false,
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Open game",
      "short_name": "Play",
      "description": "Jump into Communication Quest",
      "url": "/game",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Living Story",
      "short_name": "Story",
      "description": "Start or resume an AI story",
      "url": "/living-story",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
