{
    "name": "HIGHRISE ROOFING - Professional Roofing Services NYC",
    "short_name": "HIGHRISE ROOF",
    "description": "Professional roofing contractor serving Brooklyn and NYC with 24/7 emergency service, installation, and repair.",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        }
    ],
    "theme_color": "#1e40af",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/?utm_source=pwa",
    "categories": ["business", "construction", "utilities"],
    "screenshots": [
        {
            "src": "/screenshots/homepage.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "HIGHRISE ROOFING Homepage"
        },
        {
            "src": "/screenshots/services.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "Our Roofing Services"
        },
        {
            "src": "/screenshots/contact.png",
            "sizes": "1280x720",
            "type": "image/png",
            "label": "Contact Us for Free Estimate"
        }
    ],
    "shortcuts": [
        {
            "name": "Emergency Service",
            "short_name": "Emergency",
            "description": "24/7 Emergency Roof Repair",
            "url": "/services/emergency-roof-repair?utm_source=pwa",
            "icons": [
                {
                    "src": "/icons/emergency-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Get Free Estimate",
            "short_name": "Estimate",
            "description": "Request a free roofing estimate",
            "url": "/contact.html?utm_source=pwa",
            "icons": [
                {
                    "src": "/icons/estimate-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Call Now",
            "short_name": "Call",
            "description": "Call 347-731-6076",
            "url": "tel:3477316076",
            "icons": [
                {
                    "src": "/icons/phone-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "prefer_related_applications": false,
    "related_applications": [],
    "protocol_handlers": [
        {
            "protocol": "tel",
            "url": "tel:%s"
        },
        {
            "protocol": "mailto",
            "url": "mailto:%s"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "iarc_rating_id": "e84b072d-71b1-4d3e-86ae-31a0a9e5b8a5",
    "lang": "en-US",
    "dir": "ltr"
}