{
  "name": "takeover.fun",
  "short_name": "Takeover",
  "description": "The Grid is always moving. Claim a tile, earn 1% of every trade.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#FF3D3D",
  "lang": "en",
  "categories": ["games", "finance", "entertainment"],
  "icons": [
    {
      "src": "/icons/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/miniapp-1.png",
      "sizes": "768x1390",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/miniapp-2.png",
      "sizes": "768x1390",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/miniapp-3.png",
      "sizes": "768x1390",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Lobby",
      "short_name": "Lobby",
      "description": "Enter the lobby",
      "url": "/",
      "icons": [{ "src": "/icons/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Boardroom",
      "short_name": "Boardroom",
      "description": "Jump straight to the Boardroom",
      "url": "/boardroom",
      "icons": [{ "src": "/icons/pwa/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Claims",
      "short_name": "Claims",
      "description": "View your claimable rewards",
      "url": "/portfolio",
      "icons": [{ "src": "/icons/pwa/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
