{
    "theme_color": "#f69435",
    "background_color": "#f69435",
    "display": "standalone",
    "scope": "/?source=pwa",
    "start_url": "/?source=pwa",
    "app_name": "NewsExplorer",
    "short_name": "NewsExplorer",
    "icons": [
        {
            "src": "/build/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/build/icon-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/build/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/build/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
