{
  "name": "Bit Academy",
  "short_name": "BitAcademy",
  "description": "Plataforma de educação em criptomoedas e trading",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#161616",
  "theme_color": "#161616",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "pt-BR",
  "categories": ["education", "finance", "business"],
  "gcm_sender_id": "103953800507",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "/favicon/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/favicon/pwa-screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Bit Academy - Vista Desktop"
    },
    {
      "src": "/favicon/pwa-screenshot-mobile.png",
      "sizes": "640x1136",
      "type": "image/png",
      "label": "Bit Academy - Vista Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Sinais",
      "short_name": "Sinais",
      "url": "/painel-sinais",
      "icons": [
        {
          "src": "/favicon/shortcut-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Comunidades",
      "short_name": "Chats",
      "url": "/comunidades",
      "icons": [
        {
          "src": "/favicon/shortcut-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Cursos",
      "short_name": "Cursos",
      "url": "/cursos",
      "icons": [
        {
          "src": "/favicon/shortcut-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notícias",
      "short_name": "Notícias",
      "url": "/noticias",
      "icons": [
        {
          "src": "/favicon/shortcut-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+bitacademy",
      "url": "/?deeplink=%s"
    }
  ]
}
