{
    "name": "Over Here App",
    "short_name": "Over Here App",
    "start_url": "https://overhereapp.org/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "icons": [
        {
            "src": "https://overhereapp.org/wp-content/uploads/favicon.svg",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "https://overhereapp.org/wp-content/uploads/favicon.svg",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}