{
    "name": "ChatXB — Local Stranger Chat",
    "short_name": "ChatXB",
    "description": "Connect with people near you instantly. Explore free stranger chat rooms, post anonymous confessions, and message active users locally.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#020403",
    "theme_color": "#020403",
    "icons": [
        {
            "src": "image/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "image/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "image/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Instant Stranger Chat",
            "short_name": "Stranger Chat",
            "description": "Start a 1-on-1 random stranger chat room",
            "url": "/random.html",
            "icons": [{ "src": "image/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Spin Topic Wheel",
            "short_name": "Topic Wheel",
            "description": "Spin the random conversation question wheel",
            "url": "/spin",
            "icons": [{ "src": "image/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Chat Rooms",
            "short_name": "Rooms",
            "description": "Browse active topic and city chat rooms",
            "url": "/rooms.html",
            "icons": [{ "src": "image/android-chrome-192x192.png", "sizes": "192x192" }]
        },
        {
            "name": "Party Games",
            "short_name": "Games",
            "description": "Play Truth or Dare and Would You Rather",
            "url": "/games",
            "icons": [{ "src": "image/android-chrome-192x192.png", "sizes": "192x192" }]
        }
    ],
    "gcm_sender_id": "1039533722963"
}