{
    "name": "Locomart",
    "short_name": "Locomart",
    "description": "Shop local products, services, and events from sellers in your community",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#6D60EE",
    "orientation": "portrait-primary",
    "categories": [
        "shopping",
        "business",
        "food"
    ],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/site/locomart.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/maskable-icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Browse Products",
            "short_name": "Products",
            "description": "Browse all available products",
            "url": "/products"
        },
        {
            "name": "My Orders",
            "short_name": "Orders",
            "description": "View your order history",
            "url": "/orders"
        },
        {
            "name": "Services",
            "short_name": "Services",
            "description": "Find local services",
            "url": "/services"
        },
        {
            "name": "Events",
            "short_name": "Events",
            "description": "Discover local events",
            "url": "/events"
        }
    ],
    "related_applications": [],
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "protocol_handlers": [
        {
            "protocol": "web+locomart",
            "url": "/?action=%s"
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "GET",
        "enctype": "application/x-www-form-urlencoded",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}