{
    "name": "Enerjikur Proje Sistemi",
    "short_name": "Enerjikur",
    "description": "Enerji üretim ve yönetim platformu",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#16a34a",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "tr",
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/favicon.png",
            "sizes": "64x64",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "Görevler",
            "short_name": "Görevler",
            "description": "Görev listesini aç",
            "url": "/tasks",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Müşteriler",
            "short_name": "Müşteriler",
            "description": "Müşteri listesini aç",
            "url": "/customers",
            "icons": [
                {
                    "src": "/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "screenshots": []
}