{
    "name": "snippetly",
    "short_name": "snippetly",
    "description": "A progressive web app for managing your code snippets offline.",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#1f2937",
    "theme_color": "#dc2626",
    "icons": [
        {
            "src": "https://placehold.co/192x192/1f2937/dc2626?text=CS",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "https://placehold.co/512x512/1f2937/dc2626?text=CS",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
