{
  "name": "NewNa.AI Local LLMs",
  "short_name": "NewNa.AI",
  "description": "Local AI chat application with vLLM integration",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0d0d0d",
  "background_color": "#0d0d0d",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Chat",
      "url": "/",
      "description": "Start a new chat conversation"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard.html",
      "description": "View analytics dashboard"
    }
  ]
}