{
    "name": "GURTAS - Ulaşım Ruhsat Tescil",
    "short_name": "GURTAS",
    "description": "Gaziantep Büyükşehir Belediyesi Ulaşım Ruhsat ve Tescil Yönetim Sistemi",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#4f46e5",
    "background_color": "#1e1b4b",
    "lang": "tr",
    "categories": [
        "government",
        "productivity"
    ],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Başvurularım",
            "short_name": "Başvurular",
            "description": "Başvurularınızı görüntüleyin",
            "url": "/applications",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Yeni Başvuru",
            "short_name": "Yeni Başvuru",
            "description": "Yeni bir başvuru oluşturun",
            "url": "/applications/create",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}