{
    "name": "Pixel Art Editor",
    "short_name": "Pixel Art Ed",
    "description": "Create pixel art with drawing tools, color palettes, mirror mode, and export as PNG or animated GIF.",
    "start_url": "/en/app/pixel-art-editor",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/pixel-art-editor",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/pixel-art-editor/pixel-art-editor-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/pixel-art-editor/pixel-art-editor-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}