{
    "name": "AHS Firm Cleaning Services",
    "short_name": "AHS Firm",
    "description": "Professional residential and commercial cleaning services in Maryland",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f8f9fa",
    "theme_color": "#4562ad",
    "scope": "/",
    "categories": ["business", "cleaning", "services"],
    "icons": [
        {
            "src": "icon/android-chrome-36x36.png",
            "sizes": "36x36",
            "type": "image/png",
            "density": "0.75"
        },
        {
            "src": "icon/android-chrome-48x48.png",
            "sizes": "48x48",
            "type": "image/png",
            "density": "1.0"
        },
        {
            "src": "icon/android-chrome-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "density": "1.5"
        },
        {
            "src": "icon/android-chrome-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "density": "2.0"
        },
        {
            "src": "icon/ms-icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "density": "3.0"
        },
        {
            "src": "icon/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "density": "4.0"
        },
        {
            "src": "icon/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icon/apple-touch-180x180.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "apple touch icon"
        },
        {
            "src": "icon/mstile-150x150.png",
            "sizes": "150x150",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "icon/screenshot1.jpg",
            "sizes": "1280x720",
            "type": "image/jpeg",
            "platform": "wide",
            "label": "Homepage of AHS Firm Cleaning Services"
        }
    ],
    "shortcuts": [
        {
            "name": "Get Free Quote",
            "short_name": "Quote",
            "description": "Request a free cleaning quote",
            "url": "/?get_quote",
            "icons": [
                {
                    "src": "icon/quote-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Call Us",
            "short_name": "Call",
            "description": "Call AHS Firm directly",
            "url": "tel:4435544228",
            "icons": [
                {
                    "src": "icon/phone-icon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "View Services",
            "short_name": "Services",
            "description": "Browse our cleaning services",
            "url": "/services.php"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "lang": "en-US",
    "dir": "ltr",
    "display_override": ["standalone", "minimal-ui"],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "iarc_rating_id": "f8c9d8e7-6a5b-4c3d-2e1f-0a9b8c7d6e5f",
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },
    "serviceworker": {
        "src": "service-worker.js",
        "scope": "/",
        "type": "classic"
    }
}