{
    "name": "Photo Editor - Free Online Photo Editing Tool",
    "short_name": "Photo Editor",
    "description": "Free online photo editor with crop, format conversion, color picker and compression features",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#4f46e5",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "categories": ["photo", "productivity", "utilities"],
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' fill='%234f46e5' rx='20'/><text x='96' y='130' font-size='120' text-anchor='middle' fill='white'>📸</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' fill='%234f46e5' rx='50'/><text x='256' y='350' font-size='320' text-anchor='middle' fill='white'>📸</text></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshot-desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Photo Editor Desktop View"
        },
        {
            "src": "screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Photo Editor Mobile View"
        }
    ],
    "shortcuts": [
        {
            "name": "Upload Image",
            "short_name": "Upload",
            "description": "Upload and edit a new image",
            "url": "/#upload",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='70' font-size='60'>📁</text></svg>",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Crop Tool",
            "short_name": "Crop",
            "description": "Crop images with custom ratios",
            "url": "/#crop",
            "icons": [
                {
                    "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='70' font-size='60'>✂️</text></svg>",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}