{
  "_comment": "Customer-facing buyer portal — NOT an installable utility. display:browser is REQUIRED. tengtools-usa.com is a one-shot landing/quote flow for industrial buyers, not a tool people return to daily. Setting display:standalone here makes Chrome fire its install prompt + the omnibox 'Open in app' pill, which is what regressed five times. The -v2 suffix in the filename is a deliberate cache-bust: a previous deploy briefly shipped display:standalone, which entered users into Chrome's install-eligibility pool. Renaming the manifest URL forces Chrome to re-evaluate from scratch and drop the 'Open in app' pill. If this product ever ships its own dashboard worth installing, opt in via display:standalone + add an entry to BRAND_REGISTRY in frontend/vite.base.config.js with installable:true + render <InstallAppWidget> in the app shell.",
  "name": "Teng Tools USA",
  "short_name": "Teng USA",
  "description": "Industrial tools, sourced and matched for your spec. Match part numbers against the Teng catalogue.",
  "start_url": "/",
  "scope": "/",
  "display": "browser",
  "orientation": "any",
  "theme_color": "#0F172A",
  "background_color": "#FFFFFF",
  "icons": [
    { "src": "/favicon-tengtoolsusa.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/favicon-tengtoolsusa.png", "sizes": "32x32", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon-tengtoolsusa.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon-tengtoolsusa.png", "sizes": "180x180", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["business", "shopping"]
}
