{
  "name": "Fluxy",
  "short_name": "Fluxy",
  "description": "Data sourcing, brokerage and fund management \u2014 the Fluxy platform.",
  "id": "/dashboard",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0B0E11",
  "background_color": "#0B0E11",
  "categories": [
    "finance",
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/brand/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/brand/pwa-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/brand/pwa-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard?source=pwa-shortcut",
      "icons": [
        {
          "src": "/brand/pwa-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Trade",
      "url": "/broker/trade?source=pwa-shortcut",
      "icons": [
        {
          "src": "/brand/pwa-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Fund",
      "url": "/fund?source=pwa-shortcut",
      "icons": [
        {
          "src": "/brand/pwa-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Data Sourcing",
      "url": "/data-sourcing?source=pwa-shortcut",
      "icons": [
        {
          "src": "/brand/pwa-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}