{
  "_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. Buyers can edit name / short_name / description / shortcut labels directly.",
  "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.svg",     "sizes": "any",          "type": "image/svg+xml" },
    { "src": "/favicon.ico",     "sizes": "16x16 32x32",  "type": "image/x-icon" },
    { "src": "/logo-128.png",    "sizes": "128x128",      "type": "image/png" },
    { "src": "/logo.png",        "sizes": "518x600",      "type": "image/png", "purpose": "any" }
  ]
}
