{
    "name": "Shared - SMM Panel",
    "short_name": "Shared",
    "description": "Social Media Marketing Services Platform",
    "start_url": "/user/login",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#34d399",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "https://shared.ng/assets/images/logo_icon/favicon.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "https://shared.ng/assets/images/logo_icon/logo.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New Order",
            "short_name": "Order",
            "description": "Create a new order",
            "url": "/user/order/overview",
            "icons": [
                {
                    "src": "https://shared.ng/assets/images/pwa/shortcut-order.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Add Funds",
            "short_name": "Funds",
            "description": "Add funds to wallet",
            "url": "/user/deposit/index",
            "icons": [
                {
                    "src": "https://shared.ng/assets/images/pwa/shortcut-wallet.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Orders",
            "short_name": "Orders",
            "description": "View order history",
            "url": "/user/order/history",
            "icons": [
                {
                    "src": "https://shared.ng/assets/images/pwa/shortcut-history.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "categories": [
        "business",
        "productivity",
        "social"
    ],
    "screenshots": []
}