{
    "name": "MCS Cloud Support",
    "short_name": "Support",
    "description": "ระบบจัดการสนับสนุนลูกค้า MCS Cloud",
    "start_url": "/home",
    "display": "standalone",
    "background_color": "#151521",
    "theme_color": "#009ef7",
    "orientation": "any",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "assets/img/logo/logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "assets/img/logo/logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Tickets",
            "short_name": "Tickets",
            "url": "/ticket",
            "icons": [{ "src": "assets/img/logo/logo-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Notifications",
            "short_name": "Notify",
            "url": "/notification",
            "icons": [{ "src": "assets/img/logo/logo-192.png", "sizes": "192x192" }]
        }
    ],
    "share_target": {
        "action": "/ticket/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": ["image/*", "application/pdf", "text/*"]
                }
            ]
        }
    }
}
