{
    "id": "/",
    "name": "Uplizd App",
    "short_name": "Uplizd",
    "description": "Uplizd provides cutting-edge AI solutions to optimize business operations and improve efficiency.",
    "lang": "en",
    "dir": "ltr",
    "scope": "/",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#000000",
    "background_color": "#ffffff",
    "categories": ["productivity", "business", "developer"],
    "icons": [
        {
            "src": "/images/logo/uplizd-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/logo/uplizd-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshots/desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Desktop View"
        },
        {
            "src": "/images/screenshots/mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile View"
        }
    ]
}