{
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "short_name": "LineProof",
  "name": "LineProof Network Speed Analyzer",
  "description": "Browser-based internet speed test and network diagnostic tool with Cloudflare and M-Lab measurements.",
  "background_color": "#050713",
  "theme_color": "#050713",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "categories": [
    "utilities",
    "productivity"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "/app-icon.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-dashboard.jpg",
      "type": "image/jpeg",
      "sizes": "1280x800",
      "form_factor": "wide",
      "label": "LineProof desktop speed diagnostic dashboard"
    },
    {
      "src": "/screenshots/mobile-measure.jpg",
      "type": "image/jpeg",
      "sizes": "780x1688",
      "form_factor": "narrow",
      "label": "LineProof mobile speed test screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Run Speed Test",
      "short_name": "Measure",
      "description": "Open LineProof on the measurement screen.",
      "url": "/?source=pwa&section=measure",
      "icons": [
        {
          "src": "/icons/icon-512.png",
          "type": "image/png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "Open Diagnostics",
      "short_name": "Diagnose",
      "description": "Open charts, provider samples, and diagnostic cards.",
      "url": "/?source=pwa&section=diagnose",
      "icons": [
        {
          "src": "/icons/icon-512.png",
          "type": "image/png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "Open History",
      "short_name": "History",
      "description": "Open locally saved speed test history.",
      "url": "/?source=pwa&section=history",
      "icons": [
        {
          "src": "/icons/icon-512.png",
          "type": "image/png",
          "sizes": "512x512"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}
