{
  "display_override": ["window-controls-overlay"],
  "protocol_handlers": [
    {
      "protocol": "web+vortex",
      "url": "/?data=%s"
    }
  ],
  "name": "Vortex",
  "short_name": "Vortex",
  "description": "A modern messaging platform for school: Earn XP, level up, join study groups, and join communities.",
  "background_color": "#000000",
  "theme_color": "#bb00ff",
  "start_url": "/",
  "display": "standalone",
  "icons": [
    {
      "sizes": "any",
      "type": "image/png",
      "src": "/img/vortex.png",
      "purpose": "any"
    },
    {
      "sizes": "any",
      "type": "image/png",
      "src": "/img/vortex.png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/cover.png",
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/img/pwa-preview-1.png",
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/img/pwa-preview-2.png",
      "sizes": "1366x768",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Vortex",
      "url": "/",
      "icons": [
        {
          "src": "/img/vortex.png",
          "type": "image/png",
          "sizes": "1600x1600"
        }
      ]
    },
    {
      "name": "Chat - Main",
      "url": "/app/open/chat?main",
      "description": "Quick shortcut to the main chatroom.",
      "icons": [
        {
          "src": "/img/vortex.png",
          "type": "image/png",
          "sizes": "1600x1600"
        }
      ]
    }
  ],
  "id": "vtex",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education"],
  "permissions": ["notifications"]
}
