{
    "$schema": "https://json.schemastore.org/web-manifest-combined.json",
    "name": "Integrated Webworks",
    "short_name": "Integrated Webworks",
    "start_url": "https://integratedwebworks.com",
    "display": "standalone",
    "background_color": "#096c9d",
    "theme_color": "#096c9d",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/android-chrome-256x256.png",
            "sizes": "256x256",
            "type": "image/png"
        }
    ]
}
