{
  "name": "Framework",
  "short_name": "Framework",
  "description": "The system behind the trade.",
  "start_url": "/portal",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#F9FAFB",
  "orientation": "any",
  "categories": ["education", "finance"],
  "icons": [
    {
      "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 maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Live session",
      "short_name": "Live",
      "description": "Join the live AM session",
      "url": "/portal?section=livestream"
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Open the community chat",
      "url": "/portal?section=community"
    }
  ]
}
