{
  "id": "/?source=pwa",
  "name": "D&D Character Companion",
  "short_name": "D&D Comp",
  "description": "An AI-powered D&D 5e Character Companion.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "https://dnd.panarex.co/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://dnd.panarex.co/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}