{
    "id": "saldia-crm",
    "name": "Saldia",
    "short_name": "Saldia",
    "description": "saldia AG Business Management System - CRM, Tickets, Projects & more",
    "start_url": "/dashboard?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#ffffff",
    "theme_color": "#0056fc",
    "orientation": "any",
    "dir": "ltr",
    "lang": "de-CH",
    "icons": [
        {
            "src": "/images/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshots/desktop.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Saldia Dashboard - Desktop Ansicht"
        },
        {
            "src": "/images/screenshots/mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Saldia Mobile - Optimiert für iPhone"
        }
    ],
    "categories": ["business", "productivity", "utilities"],
    "shortcuts": [
        {
            "name": "Neues Ticket",
            "short_name": "Ticket",
            "description": "Erstelle ein neues Support-Ticket",
            "url": "/tickets?openCreate=true",
            "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Inbox",
            "short_name": "Inbox",
            "description": "Deine Benachrichtigungen & TODOs",
            "url": "/inbox",
            "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Tasks",
            "short_name": "Tasks",
            "description": "Deine Aufgabenliste",
            "url": "/tasks",
            "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Tickets",
            "short_name": "Tickets",
            "description": "Support-Tickets verwalten",
            "url": "/tickets",
            "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "file",
                    "accept": ["image/*", "application/pdf", "text/*"]
                }
            ]
        }
    },
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },
    "edge_side_panel": {
        "preferred_width": 400
    },
    "protocol_handlers": [
        {
            "protocol": "web+saldia",
            "url": "/protocol?url=%s"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
