{
    "name": "ToolBucket - Free Online Tools",
    "short_name": "ToolBucket",
    "description": "100+ free online tools including calculators, converters, text tools, and developer utilities. Fast, secure, and runs entirely in your browser.",
    "start_url": "/",
    "id": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0f1115",
    "theme_color": "#6366f1",
    "orientation": "any",
    "icons": [
        {
            "src": "/favicon.jpg",
            "sizes": "192x192",
            "type": "image/jpeg",
            "purpose": "any"
        },
        {
            "src": "/favicon.jpg",
            "sizes": "512x512",
            "type": "image/jpeg",
            "purpose": "any"
        },
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "productivity",
        "utilities",
        "developer tools"
    ]
}