{
    "name": "GSM Service Portal",
    "short_name": "GSM Portal",
    "description": "Your trusted source for mobile phone services, repairs, and accessories",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#4f46e5",
    "categories": ["shopping", "utilities"],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon",
            "purpose": "any"
        },
        {
            "src": "/assets/admin/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Shop",
            "short_name": "Shop",
            "description": "Browse our product catalog",
            "url": "/shop",
            "icons": [
                {
                    "src": "/assets/admin/favicon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Services",
            "short_name": "Services",
            "description": "Browse mobile services",
            "url": "/services",
            "icons": [
                {
                    "src": "/assets/admin/favicon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "My Orders",
            "short_name": "Orders",
            "description": "View your orders",
            "url": "/my/orders",
            "icons": [
                {
                    "src": "/assets/admin/favicon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Cart",
            "short_name": "Cart",
            "description": "View your shopping cart",
            "url": "/cart",
            "icons": [
                {
                    "src": "/assets/admin/favicon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}
