{
    "id": "/",
    "name": "Lawlinker - Find Legal Experts",
    "short_name": "Lawlinker",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#c8b47e",
    "scope": "/",
    "orientation": "portrait",
    "lang": "en",
    "description": "The reference platform for finding a legal expert in just a few clicks. Simple, fast and secure.",
    "categories": ["business", "productivity", "legal"],
    "icons": [
        {
            "src": "/client/images/pwa/launchericon-48x48.png",
            "sizes": "48x48",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/client/images/pwa/launchericon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/client/images/pwa/launchericon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/client/images/pwa/launchericon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/client/images/pwa/launchericon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/client/images/pwa/launchericon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/client/images/pwa/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/client/images/pwa/screenshot-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "Find a Lawyer",
            "short_name": "Lawyers",
            "description": "Browse and find legal experts",
            "url": "/lawyer",
            "icons": [{ "src": "/client/images/pwa/launchericon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Services",
            "short_name": "Services",
            "description": "Explore legal services",
            "url": "/services",
            "icons": [{ "src": "/client/images/pwa/launchericon-96x96.png", "sizes": "96x96" }]
        }
    ]
}
