{
    "name": "Universal Unit Converter",
    "short_name": "UnitConverter",
    "description": "Fast, accurate, free unit converter for length, weight, temperature and more.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#6366f1",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "categories": ["utilities", "productivity"],
    "icons": [
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Length Converter",
            "url": "/?page=converter&category=length",
            "description": "Convert length units"
        },
        {
            "name": "Weight Converter",
            "url": "/?page=converter&category=weight",
            "description": "Convert weight units"
        },
        {
            "name": "Temperature Converter",
            "url": "/?page=converter&category=temperature",
            "description": "Convert temperature units"
        }
    ]
}
