{
    "name": "הפורטל האקדמי - הנדסה, אדריכלות ועיצוב פנים",
    "short_name": "הפורטל האקדמי",
    "description": "הפורטל האקדמי המקיף להנדסאי בניין, אדריכלות ועיצוב פנים. מאמרים, תקנות, מאגרי תרגילים ואזור אישי לסטודנטים.",
    "lang": "he",
    "dir": "rtl",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#2563eb",
    "background_color": "#f8fafc",
    "categories": ["education", "books", "productivity"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/assets/icons/icon-192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-maskable-192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "maskable"
        },
        {
            "src": "/assets/icons/icon-maskable-512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "מאגר מאמרים",
            "short_name": "מאמרים",
            "description": "קריאת מאמרים מקצועיים",
            "url": "/articles?utm_source=pwa-shortcut",
            "icons": [{ "src": "/assets/icons/shortcut-articles.png", "sizes": "96x96" }]
        },
        {
            "name": "מאגר תרגילים",
            "short_name": "תרגילים",
            "description": "תרגילים פתורים לפי נושאים",
            "url": "/exercises?utm_source=pwa-shortcut",
            "icons": [{ "src": "/assets/icons/shortcut-exercises.png", "sizes": "96x96" }]
        },
        {
            "name": "תקנות בנייה",
            "short_name": "תקנות",
            "description": "חוקים ותקנות מעודכנות",
            "url": "/regulations?utm_source=pwa-shortcut",
            "icons": [{ "src": "/assets/icons/shortcut-regulations.png", "sizes": "96x96" }]
        },
        {
            "name": "אזור אישי",
            "short_name": "כניסה",
            "description": "כניסה לפורטל הסטודנטים",
            "url": "/portal?utm_source=pwa-shortcut",
            "icons": [{ "src": "/assets/icons/shortcut-portal.png", "sizes": "96x96" }]
        }
    ],
    "screenshots": [
        {
            "src": "/assets/icons/screenshot-mobile-1.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/assets/icons/screenshot-desktop-1.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide"
        }
    ]
}
