{
  "name": "Threshold",
  "short_name": "Threshold",
  "description": "Threshold Home Platform",
  "id": "https://www.thresholdapp.com/@/",
  "start_url": "https://www.thresholdapp.com/@/?source=pwa",
  "scope": "https://www.thresholdapp.com/@/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#fc7a1e",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "https://www.thresholdapp.com/@/assets/img/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://www.thresholdapp.com/@/assets/img/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
``