{
    "name": "EverydayAZA",
    "short_name": "EverydayAZA",
    "description": "Ghana's premier marketplace and global import platform",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1a1a1a",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/images/logo.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.ico",
            "sizes": "64x64 32x32 24x24 16x16",
            "type": "image/x-icon"
        }
    ],
    "categories": [
        "shopping",
        "business"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "My Dashboard",
            "url": "/dashboard",
            "description": "View your seller dashboard"
        },
        {
            "name": "Sell an Item",
            "url": "/listing/create",
            "description": "Create a new listing"
        },
        {
            "name": "Import Request",
            "url": "/import-request",
            "description": "Source goods from China"
        }
    ]
}