{
  "name": "RubyDoc.AI",
  "short_name": "RubyDoc.AI",
  "description": "AI-powered guide to the Ruby language and standard library. Chat with the docs, get code snippets, and jump straight to the official Ruby documentation.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a0505",
  "theme_color": "#8b1a1a",
  "categories": ["developer", "education", "productivity", "reference"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
