{
  "name": "NerdGPT — Unrestricted AI Chat",
  "short_name": "NerdGPT",
  "description": "The #1 unrestricted AI chatbot. No filters, no censorship, no content limits. Talk freely about anything.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050303",
  "theme_color": "#ff4b3e",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "ai"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new unrestricted AI conversation",
      "url": "/",
      "icons": [{ "src": "/logo.svg", "sizes": "192x192" }]
    },
    {
      "name": "Upgrade to Pro",
      "short_name": "Upgrade",
      "description": "Get unlimited unrestricted AI access",
      "url": "/upgrade",
      "icons": [{ "src": "/logo.svg", "sizes": "192x192" }]
    }
  ]
}
