{
  "name": "CipherAI — AI Platform",
  "short_name": "CipherAI",
  "description": "AI chat, security tools, and education platform. 100 free credits daily.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["productivity", "education", "utilities"],
  "lang": "en-IN",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Chat",
      "url": "/chat",
      "description": "Start a new AI conversation"
    },
    {
      "name": "Tools Hub",
      "url": "/tools",
      "description": "Browse AI tools"
    }
  ]
}