{
  "_comment": "YerShare — INSTALLABLE PWA. display:standalone is intentional here because YerShare renders <InstallAppWidget> in its app shell (frontend/src/yershare-app.tsx) and is meant to be installed by power users. Do NOT switch to display:browser without also removing the widget. New product? See BRAND_REGISTRY in frontend/vite.base.config.js.",
  "name": "YerShare",
  "short_name": "YerShare",
  "description": "Your referrals, handled.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0C1A3A",
  "background_color": "#0C1A3A",
  "icons": [
    {
      "src": "/icons/yershare-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/yershare-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/yershare-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/yershare-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ]
}
