{
    "name": "צוות אלפא — מכשירי קשר ארגוניים",
    "short_name": "צוות אלפא",
    "lang": "he-IL",
    "dir": "rtl",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#ffffff",
    "theme_color": "#1c2a4a",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/images/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/images/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "מוצרים",
            "url": "/products.html",
            "icons": [
                {
                    "src": "/images/icons/shortcut-products.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "צור קשר",
            "url": "/index.html#location",
            "icons": [
                {
                    "src": "/images/icons/shortcut-contact.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ]
}
