{
    "name": "Çağdaş Otomasyon - Sipariş Takip ve Teklif Sistemi",
    "short_name": "Çağdaş Otomasyon",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "E-ticaret sipariş takibi ve PDF teklif oluşturma uygulaması",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["business", "productivity"],
    "lang": "tr",
    "dir": "ltr",
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Sipariş Takibi",
            "short_name": "Siparişler",
            "description": "Siparişleri görüntüle ve takip et",
            "url": "/orders",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Teklif Oluştur",
            "short_name": "Teklif",
            "description": "Yeni PDF teklif oluştur",
            "url": "/quotes",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}
