{
    "name": "Woofun Pet Grooming",
    "short_name": "Woofun Pet",
    "icons": [
        {
            "src": "images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "images/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#ff7bac",
    "background_color": "#ffffff",
    "display": "standalone",
    "start_url": "index.html",
    "description": "Professional pet grooming services in Brisbane",
    "lang": "en",
    "dir": "ltr",
    "orientation": "any",
    "categories": ["pets", "services", "grooming"],
    "screenshots": [
        {
            "src": "images/screenshot1.jpg",
            "sizes": "1280x720",
            "type": "image/jpeg"
        }
    ],
    "shortcuts": [
        {
            "name": "Book Now",
            "url": "/booking.html",
            "description": "Book a pet grooming appointment"
        },
        {
            "name": "Services",
            "url": "/services.html",
            "description": "View our services and prices"
        }
    ]
} 