{
  "_comment_display": "⚠️ display is 'browser' ON PURPOSE — do not change it to standalone. This site sits at the ROOT of thehelperhub.app, and every app lives under /apps/<name>/. A manifest asking for standalone makes this site installable, and an installed app claims its whole scope — which here is '/', containing every app on the domain. Chrome then refuses to install ANY of them, answering 'already installed, open the app instead' while chrome://webapks and Settings show nothing for the app you actually want. That cost two evenings, on 2026-08-23 and again on 2026-08-26. 'browser' is not installable, so no app is minted and no scope is claimed, while the manifest still EXISTS so Chrome does not invent one of its own (which is what caused it the first time). Add to Home Screen still works and lands a plain shortcut, which claims nothing.",
  "name": "The Helper Hub",
  "short_name": "Helper Hub",
  "description": "Hand-crafted apps. Shop-tested logic.",
  "start_url": "/",
  "scope": "/",
  "display": "browser",
  "orientation": "any",
  "background_color": "#2f3335",
  "theme_color": "#2f3335",
  "icons": [
    { "src": "/pwa/helper-hub-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/pwa/helper-hub-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ]
}
