{
  "name": "The Binding",
  "short_name": "The Binding",
  "description": "Enter the books you love. An AI-powered text adventure platform with D&D 5e mechanics, dynamic difficulty, and immersive storytelling.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1A1A2E",
  "theme_color": "#C9A84C",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "games",
    "entertainment"
  ],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "scope": "/",
  "id": "/",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Continue Adventure",
      "short_name": "Continue",
      "description": "Resume your last adventure session",
      "url": "/?action=rejoin",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "New Adventure",
      "short_name": "New",
      "description": "Start a new adventure",
      "url": "/create.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "The Binding — Enter the books you love"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "The Binding — AI-powered text adventures"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
