{
    "name": "VibTribe",
    "short_name": "VibTribe",
    "description": "VibTribe — secure social messaging with real-time chat, HD voice & video calls, 24-hour status updates, and an encrypted private vault. Connect with your tribe, your way.",
    "id": "/",
    "scope": "/",
    "start_url": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "lang": "en",
    "dir": "ltr",
    "background_color": "#070a1b",
    "theme_color": "#070a1b",
    "orientation": "portrait-primary",
    "navigation_bar_color": "#070a1b",
    "status_bar_color": "#070a1b",
    "prefer_related_applications": false,
    "related_applications": [],
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        },
        {
            "src": "/icons/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": [
        "social",
        "communication",
        "lifestyle"
    ],
    "iarc_rating_id": "",
    "screenshots": [
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "VibTribe — chat, call and share status"
        }
    ],
    "shortcuts": [
        {
            "name": "Open Chats",
            "url": "/",
            "description": "Go to your messages"
        },
        {
            "name": "View Status",
            "url": "/status-screen",
            "description": "Check 24-hour statuses"
        },
        {
            "name": "Notifications",
            "url": "/profile-screen?tab=notifications",
            "description": "Manage notification preferences"
        },
        {
            "name": "My Profile",
            "url": "/profile-screen",
            "description": "Open your account & settings"
        }
    ]
}