{
    "name": "Matchshot - AI Photo Editing Tools",
    "short_name": "Matchshot",
    "description": "AI-powered tools for removing backgrounds, enhancing images, and editing photos with ease.",
    "start_url": "/login",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}