{
    "name": "STA Live Chat — SHIMAVERSE Tech Ambassadors",
    "short_name": "STA Chat",
    "description": "Real-time messaging platform for SHIMAVERSE Tech Ambassadors",
    "start_url": "./message.php",
    "display": "standalone",
    "background_color": "#0a0a1a",
    "theme_color": "#7c3aed",
    "orientation": "any",
    "scope": "./",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%237c3aed'/><text x='256' y='340' font-size='280' text-anchor='middle' fill='white'>💬</text></svg>",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='38' fill='%237c3aed'/><text x='96' y='130' font-size='105' text-anchor='middle' fill='white'>💬</text></svg>",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": ["social", "communication"],
    "lang": "en",
    "dir": "ltr",
    "shortcuts": [
        {
            "name": "General Chat",
            "url": "./message.php?room=general",
            "description": "Open General channel"
        }
    ],
    "share_target": {
        "action": "./message.php",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}