{
    "name": "ScholarsJournal",
    "short_name": "Scholar",
    "description": "Premium automated research digest and AI study tools. Master your field with hyper-condensed insights.",
    "theme_color": "#0ea5e9",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait-primary",
    "scope": "/",
    "start_url": "/",
    "categories": [
        "education",
        "productivity",
        "reference"
    ],
    "shortcuts": [
        {
            "name": "Daily Feed",
            "url": "/daily",
            "description": "View today's research highlights"
        },
        {
            "name": "Flashcards",
            "url": "/profile",
            "description": "Review your flashcards"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/desktop.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "ScholarsJournal Desktop View"
        },
        {
            "src": "/screenshots/mobile.png",
            "sizes": "375x812",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "ScholarsJournal Mobile View"
        }
    ],
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}