{
  "name": "GhostAI",
  "short_name": "GhostAI",
  "description": "Privacy-first AI chat with automatic PII protection. Your data stays invisible.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#111827",
  "theme_color": "#111827",
  "orientation": "any",
  "icons": [
    {
      "src": "/ghost.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new conversation",
      "url": "/?action=new-chat",
      "icons": [{ "src": "/ghost.svg", "sizes": "96x96" }]
    },
    {
      "name": "Compare Models",
      "short_name": "Compare",
      "description": "Compare two AI models side by side",
      "url": "/?action=compare",
      "icons": [{ "src": "/ghost.svg", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["text/*", "application/pdf", "image/*"]
        }
      ]
    }
  },
  "categories": ["productivity", "utilities", "business"],
  "lang": "en-US",
  "scope": "/",
  "prefer_related_applications": false
}
