{
    "name": "Mozo Guest View",
    "short_name": "Mozo",
    "description": "Mozo is a platform for creating and managing your restaurant menu. It allows you to create a menu, add products, and manage your restaurant.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "32x32",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/ss-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile view of Mozo menu"
        },
        {
            "src": "/screenshots/ss-desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Desktop view of Mozo menu"
        }
    ],
    "categories": [
        "food",
        "business",
        "productivity"
    ],
    "lang": "en",
    "dir": "ltr"
}