{
    "name": "GA AI Chat",
    "short_name": "GA AI",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ff1818aa",
    "icons": [
        {
            "src": "./public/GA.png",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        },
        {
            "src": "./public/GA.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "./public/GA.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "description": "A simple chat application powered by OpenRouter's LLM models. It allows users to interact with the AI in a conversational manner, providing responses based on user input. The application is designed to be user-friendly and efficient, making it easy for anyone to engage with the AI.",
    "version": "1.0.0",
    "author": "Pranav N",
    "license": "MIT",
    "homepage": "https://ai-chatbot-app-six.vercel.app/"
}