{
  "name": "Infinity DM",
  "short_name": "InfinityDM",
  "description": "AI-powered Dungeon Master for async RPG campaigns",
  "start_url": "/app",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0d0f14",
  "background_color": "#0d0f14",
  "icons": [
    {
      "src": "/brand/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/brand/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}

