{
    "name": "שיפוצניקון",
    "short_name": "שיפוצניקון",
    "description": "תמחור, הצעות מחיר ומעקב רווח לבעלי מקצוע",
    "lang": "he",
    "dir": "rtl",
    "id": "/",
    "start_url": "/dashboard?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait",
    "background_color": "#f5f5f4",
    "theme_color": "#e75c07",
    "categories": ["business", "productivity", "finance"],
    "icons": [
        {
            "src": "/brand/favicon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/brand/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/brand/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/brand/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "צילום קבלה",
            "short_name": "קבלה",
            "url": "/receipts/create",
            "icons": [{ "src": "/brand/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "פרויקט חדש",
            "short_name": "פרויקט",
            "url": "/projects/create",
            "icons": [{ "src": "/brand/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
