{
    "name": "SMS Panel",
    "short_name": "SMS",
    "description": "SMS Panel - send and receive messages",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0b",
    "theme_color": "#0a0a0b",
    "orientation": "portrait",
    "icons": [
        {
            "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%233b82f6'/><text x='50' y='68' font-size='50' text-anchor='middle' fill='white'>SMS</text></svg>",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ]
}