{
    "name": "E-Store - Retail Management",
    "short_name": "E-Store",
    "description": "Multi-tenant SaaS platform for Egyptian electronics retail stores",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "fullscreen"],
    "orientation": "any",
    "theme_color": "#6366f1",
    "background_color": "#f8fafc",
    "categories": ["business", "productivity", "shopping"],
    "lang": "en",
    "dir": "auto",
    "icons": [
        {
            "src": "/images/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Point of Sale",
            "short_name": "POS",
            "description": "Open the Point of Sale interface",
            "url": "/pos",
            "icons": [
                {
                    "src": "/images/icons/shortcut-pos.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Products",
            "short_name": "Products",
            "description": "Manage your products",
            "url": "/products",
            "icons": [
                {
                    "src": "/images/icons/shortcut-products.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Customers",
            "short_name": "Customers",
            "description": "View and manage customers",
            "url": "/customers",
            "icons": [
                {
                    "src": "/images/icons/shortcut-customers.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Reports",
            "short_name": "Reports",
            "description": "View sales and analytics reports",
            "url": "/reports",
            "icons": [
                {
                    "src": "/images/icons/shortcut-reports.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshots/dashboard-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Dashboard overview"
        },
        {
            "src": "/images/screenshots/pos-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Point of Sale"
        },
        {
            "src": "/images/screenshots/dashboard-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile Dashboard"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    }
}
