{
  "name": "ONNX Chat - Local AI Assistant",
  "short_name": "ONNX Chat",
  "description": "Privacy-focused AI chat application running entirely in your browser with ONNX models",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "utilities", "education"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],

  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "New Chat",
      "description": "Start a new conversation",
      "url": "/?action=new",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Chat History",
      "short_name": "History",
      "description": "View chat history",
      "url": "/?action=history",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "description": "View favorite chats",
      "url": "/?action=favorites",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "any"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate",
  "protocol_handlers": [
    {
      "protocol": "web+onnxchat",
      "url": "/?action=%s"
    }
  ]
}
