{
  "name": "Nedra AI — Nefoxion Technologies",
  "short_name": "Nedra AI",
  "description": "Next-generation AI assistant by Nefoxion Technologies. Ask anything, write code, analyze data, and solve complex problems.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0f1b2a",
  "theme_color": "#1e40af",
  "categories": ["productivity", "utilities", "developer tools"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/favicon-16.png",      "sizes": "16x16",   "type": "image/png" },
    { "src": "/icons/favicon-32.png",      "sizes": "32x32",   "type": "image/png" },
    { "src": "/icons/apple-touch-icon.png","sizes": "180x180", "type": "image/png" },
    { "src": "/icons/icon-192.png",        "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",        "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png",        "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",        "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon.svg",            "sizes": "any",     "type": "image/svg+xml", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Nedra AI Chat Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "New Chat",
      "description": "Start a new conversation with Nedra",
      "url": "/",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
