{
    "name": "SimpleService",
    "short_name": "SimpleService",
    "description": "Field Service Team Management \u2014 work orders, scheduling, invoicing, inventory, and fleet.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1D4ED8",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/images/app_logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "SimpleService Dashboard"
        }
    ],
    "categories": [
        "business",
        "productivity"
    ],
    "lang": "en"
}