{
    "name": "Grass Go - Professional Lawn Care Management",
    "short_name": "Grass Go",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#3C6765",
    "theme_color": "#3C6765",
    "description": "Professional lawn care management platform for scheduling, client management, and business operations.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "scope": "/",
    "lang": "en",
    "categories": ["business", "productivity", "utilities"],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Schedule",
            "short_name": "Schedule",
            "description": "View and manage your schedule",
            "url": "/schedule",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Clients",
            "short_name": "Clients",
            "description": "Manage your clients",
            "url": "/clients",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}