{
    "name": "GIF Editor",
    "short_name": "GIF Editor",
    "description": "Edit animated GIF files by adjusting speed, trimming frames, resizing, rotating, and exporting as GIF or individual PNG images.",
    "start_url": "/en/app/gif-editor",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/gif-editor",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/gif-editor/gif-editor-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/gif-editor/gif-editor-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}