{
    "name": "EvokGo",
    "short_name": "EvokGo",
    "description": "Fast and reliable delivery service in Accra",
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#ff6b00",
    "background_color": "#0f0f0f",
    "orientation": "portrait",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "categories": ["transport", "delivery", "logistics"],
    "icons": [
        {
            "src": "icons/logo.png",
            "sizes": "64x64",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/logo.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/logo.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/logo.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/logo.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/favicon.png",
            "sizes": "64x64",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Send Parcel",
            "short_name": "Send",
            "description": "Create a new delivery",
            "url": "/?page=send",
            "icons": [
                {
                    "src": "icons/logo.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Track Order",
            "short_name": "Track",
            "description": "Track your delivery",
            "url": "/?page=track",
            "icons": [
                {
                    "src": "icons/logo.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "My Profile",
            "short_name": "Profile",
            "description": "View your profile",
            "url": "/?page=profile",
            "icons": [
                {
                    "src": "icons/logo.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "prefer_related_applications": false,
    "display_override": ["window-controls-overlay", "standalone"]
}