{
    "name": "Toolenza",
    "short_name": "Toolenza",
    "description": "Every tool you need, in one place.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#7c3aed",
    "orientation": "any",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["productivity", "utilities", "tools"],
    "shortcuts": [
        {
            "name": "Timer",
            "short_name": "Timer",
            "description": "Countdown + stopwatch",
            "url": "/tools/timer?source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Picker Wheel",
            "short_name": "Wheel",
            "description": "Spin to pick a name",
            "url": "/tools/picker-wheel?source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Password Generator",
            "short_name": "Password",
            "description": "Generate a strong password",
            "url": "/tools/password?source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Unit Converter",
            "short_name": "Convert",
            "description": "Convert any unit",
            "url": "/tools/converter?source=pwa-shortcut",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
