{
    "manifest_version": 3,
    "name": "Neoforce",
    "description": "Business software done right",
    "short_name": "Neoforce",
    "author": "Neoforce (Cyber4Z Solutions BV: Heerlen, the Netherlands)",
    "start_url": "https:\/\/cyber4z.neoforce.app\/?pwa=1",
    "background_color": "#ffffff",
    "theme_color": "#35a79c",
    "display": "standalone",
    "scope": "https:\/\/cyber4z.neoforce.app\/",
    "dir": "ltr",
    "lang": "nl_NL",
    "icons": [
        {
            "src": "https:\/\/cyber4z.neoforce.app\/static\/logo\/pwa_logo_128.png",
            "sizes": "128x128",
            "type": "image\/png"
        },
        {
            "src": "https:\/\/cyber4z.neoforce.app\/static\/logo\/pwa_logo_192.png",
            "sizes": "192x192",
            "type": "image\/png"
        },
        {
            "src": "https:\/\/cyber4z.neoforce.app\/static\/logo\/pwa_logo_256.png",
            "sizes": "256x256",
            "type": "image\/png"
        },
        {
            "src": "https:\/\/cyber4z.neoforce.app\/static\/logo\/pwa_logo_512.png",
            "sizes": "512x512",
            "type": "image\/png"
        }
    ]
}