{
    "name": "Müşteri Takip Programı",
    "short_name": "MüşteriTakip",
    "description": "Customer relationship management app for SILVIS POULTRY PROFESSIONAL",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#1a1a2e",
    "theme_color": "#4f46e5",
    "orientation": "any",
    "icons": [
        {
            "src": "/img/logo.jpg",
            "sizes": "192x192",
            "type": "image/jpeg",
            "purpose": "any maskable"
        },
        {
            "src": "/img/logo.jpg",
            "sizes": "512x512",
            "type": "image/jpeg",
            "purpose": "any"
        }
    ],
    "categories": [
        "business",
        "productivity"
    ],
    "lang": "tr",
    "dir": "ltr"
}