{
    "name": "JooExpress - تسوق إلكتروني آمن ومتكامل",
    "short_name": "JooExpress",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "JooExpress - تطبيق تسوق إلكتروني متكامل مع نظام محفظة إلكترونية ودفع آمن. تسوق بسهولة وأمان مع أفضل العروض والمنتجات.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "scope": "/",
    "lang": "ar",
    "dir": "rtl",
    "categories": ["shopping", "business", "productivity"],
    "screenshots": [{
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "JooExpress Desktop View"
        },
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "JooExpress Mobile View"
        }
    ],
    "shortcuts": [{
            "name": "الرئيسية",
            "short_name": "الرئيسية",
            "description": "الذهاب إلى الصفحة الرئيسية",
            "url": "/",
            "icons": [{
                "src": "icons/Icon-192.png",
                "sizes": "192x192"
            }]
        },
        {
            "name": "السلة",
            "short_name": "السلة",
            "description": "عرض سلة التسوق",
            "url": "/cart",
            "icons": [{
                "src": "icons/Icon-192.png",
                "sizes": "192x192"
            }]
        },
        {
            "name": "المفضلة",
            "short_name": "المفضلة",
            "description": "عرض المنتجات المفضلة",
            "url": "/favorites",
            "icons": [{
                "src": "icons/Icon-192.png",
                "sizes": "192x192"
            }]
        }
    ],
    "icons": [{
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}