{
  "name": "TOOLS-GO Management System",
  "short_name": "TOOLS-GO",
  "description": "Система управления TOOLS-GO",
  "start_url": "/helpdesk/chat/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#06b6d4",
  "orientation": "portrait-primary",
  "lang": "ru",
  "categories": ["business", "finance"],
  "icons": [
    {
      "src": "/static/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Финансы",
      "short_name": "Финансы",
      "description": "Финансовый дашборд",
      "url": "/finance/",
      "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "96x96"}]
    },
    {
      "name": "SHELL",
      "short_name": "SHELL",
      "description": "Управление субкомпаниями SHELL",
      "url": "/shell/",
      "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "96x96"}]
    },
    {
      "name": "Отчёт",
      "short_name": "Отчёт",
      "description": "Отчёт по счетам",
      "url": "/finance/report/",
      "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "96x96"}]
    },
    {
      "name": "Чат",
      "short_name": "Чат",
      "description": "Командный чат",
      "url": "/helpdesk/chat/",
      "icons": [{"src": "/static/icons/icon-192.svg", "sizes": "96x96"}]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
