{
    "name": "MellowImage — Serverless Image Workspace",
    "short_name": "MellowImage",
    "description": "Compress, resize, crop, rotate, and convert PNG, JPG, WEBP, and HEIC images 100% locally. Safe, private, and offline-capable.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#fb8500",
    "background_color": "#0b0f19",
    "lang": "en",
    "categories": ["productivity", "utilities"],
    "icons": [
        {
            "src": "icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Compress Images",
            "short_name": "Compress",
            "description": "Reduce image file sizes",
            "url": "/?action=compress",
            "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Resize Canvas",
            "short_name": "Resize",
            "description": "Scale image resolutions",
            "url": "/?action=resize",
            "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Crop & Rotate",
            "short_name": "Crop",
            "description": "Visual cropping tools",
            "url": "/?action=crop",
            "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Convert Format",
            "short_name": "Convert",
            "description": "Change image extensions",
            "url": "/?action=convert",
            "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
        }
    ]
}
