{
  "name": "CARCEPTA — AI помощник расчёта ремонта",
  "short_name": "CARCEPTA",
  "description": "AI-ассистент для расчёта стоимости ремонта автомобилей: расшифровка VIN, поиск работ, запчастей и формирование сметы",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0c0f14",
  "theme_color": "#ff5722",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["auto", "productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Новый расчёт",
      "short_name": "Расчёт",
      "url": "/?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "История",
      "short_name": "История",
      "url": "/history?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
