{
  "name": "RangeDirector",
  "short_name": "RangeDirector",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "_comment_display": "browser, NOT standalone. This manifest exists for icons (it is favicon-generator output); the site has no service worker and is not a PWA. With display:standalone and no scope, the scope defaults to the manifest directory - the WHOLE ORIGIN - so Chrome offers to install it and Android then routes every rangedirector.com link into that app window, which opens at the start URL. A QR code pointing at /guides/shelly.html landed on the marketing homepage instead. See RD-101116.",
  "display": "browser"
}