{
  "name": "GhostCLI",
  "short_name": "GhostCLI",
  "description": "Self-hosted AI chat assistant with AWS Bedrock, OpenAI, and Gemini support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#101216",
  "theme_color": "#101216",
  "orientation": "any",
  "icons": [
    {
      "src": "/favicon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities", "developer tools"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new AI conversation",
      "url": "/",
      "icons": []
    },
    {
      "name": "Image Gallery",
      "short_name": "Gallery",
      "description": "View generated images",
      "url": "/gallery",
      "icons": []
    }
  ]
}
