{
    "id": "/",
    "name": "CloudCollect",
    "short_name": "CloudCollect",
    "description": "CloudCollect som installerbar webapp med hurtig adgang til de vigtigste arbejdsgange.",
    "start_url": "/dashboards",
    "scope": "/",
    "display": "standalone",
    "background_color": "#eef3f8",
    "theme_color": "#0d1b36",
    "icons": [
        {
            "src": "/images/pwa/cloudcollect-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/pwa/cloudcollect-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Gå direkte til dashboardet",
            "url": "/dashboards",
            "icons": [
                {
                    "src": "/images/pwa/cloudcollect-icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Opret sag",
            "short_name": "Opret sag",
            "description": "Start en ny sag",
            "url": "/create-case",
            "icons": [
                {
                    "src": "/images/pwa/cloudcollect-icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Sager",
            "short_name": "Sager",
            "description": "Se alle sager",
            "url": "/cases",
            "icons": [
                {
                    "src": "/images/pwa/cloudcollect-icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Fakturaer",
            "short_name": "Fakturaer",
            "description": "Gå direkte til fakturaer",
            "url": "/overdue-invoices",
            "icons": [
                {
                    "src": "/images/pwa/cloudcollect-icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
