{
    "id": "invgenie-pwa",
    "name": "InvGenie - Smart Inventory Management",
    "short_name": "InvGenie",
    "description": "The world's best inventory management system for small and medium enterprises. Track products, manage stock, process orders, and grow your business.",
    "start_url": "/org",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "background_color": "#0a0a0a",
    "theme_color": "#0f172a",
    "orientation": "any",
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/Screenshot-1.png",
            "sizes": "1919x987",
            "type": "image/png",
            "form_factor": "wide",
            "label": "InvGenie Dashboard - Desktop View"
        },
        {
            "src": "/screenshots/Screenshot-1.png",
            "sizes": "1919x987",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "InvGenie Dashboard - Mobile View"
        }
    ],
    "categories": [
        "business",
        "productivity",
        "utilities"
    ],
    "iarc_rating_id": "",
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "launch_handler": {
        "client_mode": [
            "navigate-existing",
            "auto"
        ]
    },
    "handle_links": "preferred",
    "capture_links": "existing-client-navigate"
}