{
    "name": "MeshComm — Decentralized P2P Communication",
    "short_name": "MeshComm",
    "description": "Encrypted off-grid mesh communication over WebRTC, Bluetooth, LoRa, Zigbee, and SDR/ham radio. Chat, push-to-talk, audio/video calls — all peer-to-peer.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#2563EB",
    "lang": "en",
    "dir": "ltr",
    "orientation": "any",
    "categories": ["communication", "social", "utilities"],
    "prefer_related_applications": false,
    "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"
        }
    ],
    "shortcuts": [
        {
            "name": "Chat",
            "short_name": "Chat",
            "description": "Open the chat tab",
            "url": "/?tab=chat",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Radio",
            "short_name": "Radio",
            "description": "Open the radio / WebSDR tab",
            "url": "/?tab=radio",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
