{
  "short_name": "CipherChat",
  "name": "CipherChat",
  "description": "O mensageiro privado pela Família STEM.",
  "id": "/cipherchat/",
  "icons": [
    {
      "src": "/assets/static/CipherChatLogo192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/assets/static/CipherChatLogo512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/assets/static/CipherChatLogoMask.png",
      "type": "image/png",
      "sizes": "1024x1024",
      "purpose": "maskable"
    }
  ],
  "start_url": "/cipherchat/",
  "background_color": "#79D7BE",
  "display": "standalone",
  "scope": "/cipherchat/",
  "theme_color": "#79D7BE",
  "share_target": {
    "action": "/cipherchat/share/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "text": "text"
    }
  }
}