{
    "name": "NotesForge",
    "short_name": "NotesForge",
    "description": "Transform your lecture notes into printer-friendly PDFs. Free, private, instant.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#3B82F6",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/logo-new.jpg",
            "sizes": "192x192 512x512",
            "type": "image/jpeg",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "education",
        "productivity",
        "utilities"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Upload PDF",
            "short_name": "Upload",
            "description": "Start processing your lecture notes",
            "url": "/?action=upload",
            "icons": [
                {
                    "src": "/logo-new.jpg",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}