{
    "name": "Promo — Influencer Marketing Marketplace",
    "short_name": "Promo",
    "description": "Connect brands with creators. Free influencer marketing marketplace.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#FFFFFF",
    "orientation": "portrait",
    "categories": [
        "business",
        "social",
        "productivity"
    ],
    "screenshots": [
        {
            "src": "/screenshots/discover.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "label": "Discover brand deals"
        },
        {
            "src": "/screenshots/chat.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "label": "Real-time chat"
        }
    ],
    "shortcuts": [
        {
            "name": "Discover Cards",
            "url": "/discover",
            "description": "Browse brand collaboration opportunities"
        },
        {
            "name": "My Profile",
            "url": "/profile",
            "description": "View and edit your profile"
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "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"
        }
    ]
}