{
    "id": "BACKOFFICE_APP_ID_19415815246",
    "start_url": "/enterprise?source=pwa",
    "name": "Backoffice",
    "lang": "en-us",
    "short_name": "Backoffice", 
    "description": "Openxtech Administration tool",
    "display_override": ["fullscreen", "minimal-ui"],
    "display": "standalone",
    "theme_color": "#CE2835",
    "background_color": "#CE2835",
    "orientation": "any",
    "icons": [
        {
            "src": "/public/assets/pwa/icon/512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/public/assets/pwa/icon/48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "/public/assets/pwa/icon/72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/public/assets/pwa/icon/96.png",
            "sizes": "96x96",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/public/assets/pwa/screenshots/desktop.jpg",
            "sizes": "1920x1080",
            "type": "image/jpg",
            "form_factor": "wide"
        },
        {
            "src": "/public/assets/pwa/screenshots/mobile.jpg", 
            "sizes": "750x1334",
            "type": "image/jpg",
            "form_factor": "narrow"
        }
    ],
    "scope": "/",
    "categories": ["business", "productivity"],
    "prefer_related_applications": false
}