{
    "name": "Net Works CRM",
    "short_name": "CRM",
    "start_url": "/index.php",
    "scope": "/",
    "icons": [
        {
            "src": "/images/icon6-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "/images/icon6-512.png",
            "type": "image/png",
            "sizes": "512x512"
        }
    ],
    "shortcuts": [
        {
            "name": "New Ticket",
            "description": "Create a new ticket",
            "url": "/?action=newtixwiz",
            "icons": [
                {
                    "src": "/icons/play-later.svg",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Scheduler",
            "description": "Load the scheduler",
            "url": "/subscriptions?sort=desc"
        }
    ],
    "background_color": "#FFFFFF",
    "display": "standalone",
    "protocol_handlers": [
        {
            "protocol": "web+networkscrm",
            "url": "/?url=%s"
        }
    ],
    "launch_handler": {
        "client_mode": "focus-existing"
    }
}
