{
    "name": "متجر الدائرة للحلول البرمجية",
    "short_name": "متجر الدائرة",
    "description": "متجر برامج الدائرة — إدارة الطلبات والاشتراكات والإشعارات",
    "lang": "ar",
    "dir": "rtl",
    "start_url": "/admin",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#6c5ce7",
    "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-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "الاشتراكات",
            "short_name": "اشتراكات",
            "url": "/admin/subscriptions?filter=expiring",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "الطلبات",
            "short_name": "طلبات",
            "url": "/admin/orders",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
