{
    "name": "ServTak - Öğrenci Servis Takip",
    "short_name": "ServTak",
    "description": "Öğrenci servisi takip ve bildirim uygulaması",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a1a",
    "theme_color": "#4f46e5",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Şoför Girişi",
            "short_name": "Şoför",
            "url": "/?mode=driver"
        },
        {
            "name": "Öğrenci Girişi",
            "short_name": "Öğrenci",
            "url": "/?mode=student"
        }
    ],
    "categories": ["education", "utilities"],
    "lang": "tr-TR",
    "dir": "ltr"
}
