{
  "name": "tft",
  "short_name": "tft",
  "scope": ".",
  "start_url": "./",
  "theme_color": "#FFAA62",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://appzone.tftexpo.co"
    },
    {
      "platform": "webapp",
      "url": "http://localhost:3000/manifest.json"
    }
  ],
  "icons": [
    {
      "src": "assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "version": "3.10.141"
}