{
  "name": "PEX",
  "short_name": "PEX",
  "description": "PASHEX Network — mining, tickets, leaderboards, and the underground rave economy.",
  "id": "/index.html",
  "start_url": "/index.html?src=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0047ff",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "entertainment",
    "music",
    "lifestyle",
    "social",
    "finance"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tickets",
      "short_name": "Tickets",
      "description": "Buy event tickets with PEX",
      "url": "/platform.html?tab=tickets",
      "icons": [
        {
          "src": "/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Leaderboard",
      "short_name": "Top 10",
      "description": "Top Ravers in the current league",
      "url": "/index.html?tab=leaderboard",
      "icons": [
        {
          "src": "/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Wallet",
      "short_name": "Wallet",
      "description": "Open your PEX wallet",
      "url": "/index.html?tab=wallet",
      "icons": [
        {
          "src": "/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}