{
    "name": "نقطة البيع - POS Terminal",
    "short_name": "POS",
    "description": "نظام نقطة البيع - Point of Sale System",
    "start_url": "/admin/pos-terminal",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "lang": "en",
    "scope": "/",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/desktop.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Desktop POS Interface"
        },
        {
            "src": "/screenshots/mobile.png",
            "sizes": "375x812",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile POS Interface"
        }
    ],
    "shortcuts": [
        {
            "name": "نقطة البيع",
            "short_name": "POS",
            "description": "Open POS Terminal",
            "url": "/admin/pos-terminal",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "orientation": "landscape",
    "categories": [
        "retail",
        "business",
        "finance"
    ]
}