{
    "name": "Wifi Weave - AI-Powered WiFi Planning Tool",
    "short_name": "Wifi Weave",
    "description": "Optimize your WiFi network with AI-powered planning tools for Network Engineers, WiFi Administrators, IT Managers, and MSPs.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#050A1B",
    "theme_color": "#0066FF",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": [
        "productivity",
        "business",
        "utilities"
    ],
    "icons": [
        {
            "src": "/assets/wfw.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/wfw.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/Hero.webp",
            "sizes": "1280x720",
            "type": "image/webp",
            "form_factor": "wide"
        }
    ],
    "shortcuts": [
        {
            "name": "Pricing",
            "short_name": "Pricing",
            "description": "View pricing plans",
            "url": "/pricing",
            "icons": [
                {
                    "src": "/assets/wfw.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Features",
            "short_name": "Features",
            "description": "Explore features",
            "url": "/features",
            "icons": [
                {
                    "src": "/assets/wfw.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}