{
  "name": "Bit Chat Bridge",
  "short_name": "BitChat",
  "description": "Meshtastic LoRa radio messaging over Bluetooth — BLE bridge terminal",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#00ff80",
  "background_color": "#090a0f",
  "categories": ["utilities", "communication"],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+bchat",
      "url": "/?uri=%s"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
