{
    "id": "com.acs.mobile.app",
    "dir": "ltr",
    "name": "ACS Mobile APP",
    "short_name": "ACS Mobile",
    "scope": "./",
    "start_url": "./index.html",
    "display": "standalone",
    "theme_color": "#1a0a2e",
    "background_color": "#0d0015",
    "description": "ACS Mobile APP - Your fast and reliable delivery assistant. Track packages, schedule shipments, and manage deliveries in real-time.",
    "orientation": "portrait",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "./img/logo_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./img/logo_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "./img/logo_144.png",
            "sizes": "144x144",
            "type": "image/png"
        }
    ],
    "related_applications": [],
    "shortcuts": []
}