{
    "name": "GREB - Intelligent Code Search Tool",
    "short_name": "GREB",
    "description": "The ultimate intelligent code search tool. Find code instantly using natural language queries with AI-powered precision.",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#060010",
    "background_color": "#060010",
    "display": "standalone",
    "start_url": "/",
    "scope": "/",
    "categories": [
        "developer",
        "productivity",
        "tools"
    ]
}