{
    "id": "/app",
    "name": "AutoNexit Automation Project Workspace",
    "short_name": "AutoNexit",
    "description": "Plan, document, validate, commission, version, and hand over industrial automation projects.",
    "lang": "en",
    "dir": "auto",
    "start_url": "/app?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#f3f7f8",
    "theme_color": "#102b34",
    "categories": ["business", "productivity", "utilities"],
    "icons": [
        {
            "src": "/icons/autonexit.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Project overview",
            "short_name": "Overview",
            "url": "/app"
        },
        {
            "name": "Project notebook",
            "short_name": "Notebook",
            "url": "/app/notebook"
        },
        {
            "name": "I/O checkout",
            "short_name": "Checkout",
            "url": "/app/execution"
        }
    ]
}
