{
    "name": "Pretty Palette",
    "short_name": "Pretty Palette",
    "description": "Extract artist-ready color palettes from any image",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#C0C0C0",
    "theme_color": "#C0C0C0",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}