{
    "name": "LocalConnect Pro - India's Local Business Directory",
    "short_name": "LocalConnect Pro",
    "description": "India's ultimate local business & service directory. Find grocery, plumber, electrician, doctor, salon & 50+ categories near you. Free for everyone!",
    "start_url": "./index.html",
    "id": "/index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#0d9488",
    "background_color": "#ffffff",
    "lang": "en-IN",
    "dir": "ltr",
    "prefer_related_applications": false,
    "categories": ["business", "lifestyle", "utilities"],
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshot-1.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "LocalConnect Pro - Home Screen"
        }
    ],
    "shortcuts": [
        {
            "name": "Search Businesses",
            "short_name": "Search",
            "url": "./index.html?action=search"
        },
        {
            "name": "Emergency Services",
            "short_name": "Emergency",
            "url": "./index.html?action=emergency"
        }
    ]
}