{
    "name": "LINK.XYZ",
    "short_name": "LINK.XYZ",
    "description": "The universal link-in-bio platform — bio links, business cards, portfolios, flyers, QR codes, NFC solutions, and metaverse portals.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#111111",
    "theme_color": "#000000",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": [
        "business",
        "productivity",
        "social"
    ],
    "dir": "auto",
    "lang": "en",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/mobile.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile Profile"
        },
        {
            "src": "/screenshots/desktop.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Desktop Dashboard"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "My Profiles",
            "short_name": "Profiles",
            "url": "/profile",
            "icons": [
                {
                    "src": "/icons/icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "edge_side_panel": {
        "preferred_width": 400
    }
}