{
    "name": "ScholarLM - AI Research Assistant",
    "short_name": "ScholarLM",
    "description": "AI-powered academic research assistant. Find papers, test hypotheses, analyze trends, and synthesize literature with advanced AI. Free tool for researchers, students, and academics.",
    "theme_color": "#ea2a33",
    "background_color": "#121212",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/",
    "id": "/",
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/favicon/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": [
        "education",
        "productivity",
        "utilities",
        "books"
    ],
    "screenshots": [
        {
            "src": "/og-image.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide",
            "label": "ScholarLM Home Page"
        }
    ],
    "shortcuts": [
        {
            "name": "New Search",
            "short_name": "Search",
            "description": "Start a new research query",
            "url": "/",
            "icons": [
                {
                    "src": "/favicon/web-app-manifest-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}