{
    "name": "Urgent Locksmith - 24/7 Emergency Service",
    "short_name": "Urgent Locksmith",
    "description": "24/7 Emergency Locksmith Services in Pittsburgh & Allegheny County, PA. Fast response for car lockouts, home security, and commercial locks.",
    "icons": [
        {
            "src": "/android-chrome-192x192.webp",
            "sizes": "192x192",
            "type": "image/webp",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon-16x16.webp",
            "sizes": "16x16",
            "type": "image/webp"
        },
        {
            "src": "/favicon-32x32.webp",
            "sizes": "32x32",
            "type": "image/webp"
        }
    ],
    "theme_color": "#1a3a6b",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/?utm_source=pwa",
    "lang": "en-US",
    "dir": "ltr",
    "categories": ["business", "security", "utilities"],
    "screenshots": [
        {
            "src": "/assets/images/urgent-locksmith-social-share.webp",
            "sizes": "1200x630",
            "type": "image/webp",
            "label": "Urgent Locksmith Homepage"
        }
    ],
    "shortcuts": [
        {
            "name": "Emergency Service",
            "short_name": "Emergency",
            "description": "24/7 Emergency Locksmith Service",
            "url": "/emergency-service",
            "icons": [
                {
                    "src": "/assets/icons/emergency-alert.svg",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Call Now",
            "short_name": "Call",
            "description": "Call Urgent Locksmith",
            "url": "tel:+14126063105",
            "icons": [
                {
                    "src": "/assets/icons/phone-call-icon.svg",
                    "sizes": "96x96",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}