{
  "name": "EchoQuest — Narrated AI Adventures",
  "short_name": "EchoQuest",
  "description": "Audio-first interactive RPG platform with an AI Game Master. Fully accessible for blind and visually impaired players.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080b12",
  "theme_color": "#7c6af7",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["games", "entertainment", "education"],
  "shortcuts": [
    {
      "name": "Play Now",
      "short_name": "Play",
      "description": "Start a new adventure",
      "url": "/play"
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Browse your campaigns and worlds",
      "url": "/library"
    }
  ]
}
