{
    "name": "QR & CV Manager",
    "short_name": "QR CV",
    "description": "Scan QR codes and manage your CVs - ماسح QR وإدارة السيرة الذاتية",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "productivity",
        "business",
        "utilities"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Scan QR",
            "short_name": "Scan",
            "description": "Open QR Scanner",
            "url": "/?action=scan",
            "icons": [
                {
                    "src": "icons/icon.svg",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "My CVs",
            "short_name": "CVs",
            "description": "Manage CVs",
            "url": "/?action=cv",
            "icons": [
                {
                    "src": "icons/icon.svg",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}