{
    "name": "הזמנה פלוס",
    "short_name": "הזמנה+",
    "description": "מערכת ניהול הזמנות לחתונות ואירועים",
    "start_url": "/portal",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "dir": "rtl",
    "lang": "he",
    "background_color": "#f1f5f9",
    "theme_color": "#022c22",
    "categories": ["productivity", "social"],
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icon-maskable.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "אירוע חדש",
            "short_name": "חדש",
            "url": "/portal/events/create",
            "icons": [{ "src": "/icon.svg", "sizes": "any" }]
        },
        {
            "name": "האירועים שלי",
            "short_name": "אירועים",
            "url": "/portal/events",
            "icons": [{ "src": "/icon.svg", "sizes": "any" }]
        }
    ]
}
