{
  "_comment": "i18n convention: PWA manifest strings are intentionally English-only. The W3C manifest spec is single-language by design and this file is served by the web server BEFORE Laravel boots, so __() is unavailable. To localize, replace this file or serve it via a Laravel route that returns __()-translated JSON.",
  "name": "Techsho+ — Lead-to-revenue system",
  "short_name": "Techsho+",
  "description": "The fastest lead-to-revenue system.",
  "start_url": "/admin",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f9fafb",
  "theme_color": "#4f46e5",
  "icons": [
    { "src": "/favicon.ico", "sizes": "16x16 32x32", "type": "image/x-icon" },
    { "src": "/logo.png", "sizes": "518x600", "type": "image/png", "purpose": "any" }
  ]
}
