{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Avenoir Bot Dashboard",
  "short_name": "Avenoir Bot",
  "description": "Discord bot control panel for managing server settings and configurations",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#111827",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to main dashboard",
      "url": "/"
    },
    {
      "name": "Commands",
      "short_name": "Commands",
      "description": "View bot commands",
      "url": "/commands"
    }
  ]
}