{
    "theme_color": "#3C44FF",
    "background_color": "#ffffff",
    "display": "standalone",
    "display_override": ["window-controls-overlay"],
    "scope": "/",
    "start_url": "/",
    "name": "4Sough",
    "short_name": "4Sough",
    "description": "Our website is a user-friendly platform for sellers to quickly sell products with advanced tools and support. Sellers can set up online stores and reach a diverse market. Buyers can choose from thousands of quality products for a secure and enjoyable shopping experience.",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "shortcuts": [
        {
            "name": "The name you would like to be displayed for your shortcut",
            "url": "The url you would like to open when the user chooses this shortcut. This must be a URL local to your PWA. For example: If my start_url is /, this URL must be something like /shortcut",
            "description": "A description of the functionality of this shortcut",
            "icons": [
                {
                    "src": "android-chrome-192x192.png",
                    "type": "image/png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "orientation": "portrait"
}
