{
  "name": "MumbleChat - Encrypted Wallet Messaging",
  "short_name": "MumbleChat",
  "description": "Encrypted wallet-to-wallet Web/PWA messaging with audio/video calls, call history, relay/libp2p delivery, and Ramestta identity for RamaPay MumbleChat users.",
  "start_url": "/conversations.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0c1729",
  "theme_color": "#1b8cff",
  "orientation": "portrait",
  "id": "mumblechat-pwa",
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "communication", "finance", "crypto", "blockchain"],
  "shortcuts": [
    {
      "name": "Start MumbleChat",
      "short_name": "Chat",
      "description": "Open encrypted wallet-to-wallet chat.",
      "url": "/conversations.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Download RamaPay",
      "short_name": "Download",
      "description": "Download the RamaPay Android wallet with MumbleChat.",
      "url": "/download.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "RamaPay Wallet",
      "short_name": "RamaPay",
      "description": "Open the official Ramestta wallet overview with MumbleChat built in.",
      "url": "/ramapay.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "lang": "en",
  "prefer_related_applications": false
}
