{
  "name": "OEP Task Manager",
  "short_name": "OEPTask",
  "id": "/",
  "description": "Задачи, сообщения и уведомления с поддержкой PWA и Web Push",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "dir": "ltr",
  "lang": "ru",
  "orientation": "portrait",
  "display_override": ["standalone", "minimal-ui"],
  "capture_links": "existing-client-navigate",
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/static/icons/icon-72x72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/static/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/static/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/static/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "/static/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/static/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "any maskable" },
    { "src": "/static/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Мои задачи",
      "short_name": "Задачи",
      "description": "Открыть список задач",
      "url": "/tasks",
      "icons": [{ "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any maskable" }]
    },
    {
      "name": "Создать задачу",
      "short_name": "Создать",
      "description": "Открыть форму создания задачи",
      "url": "/tasks/tasks/create",
      "icons": [{ "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any maskable" }]
    },

    {
      "name": "Планы на день",
      "short_name": "Планы",
      "description": "Открыть планы на день",
      "url": "/daily-plans",
      "icons": [{ "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any maskable" }]
    },

    {
      "name": "Сообщения",
      "short_name": "Чат",
      "description": "Открыть чат",
      "url": "/messages/messenger",
      "icons": [{ "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any maskable" }]
    },
    {
      "name": "Профиль",
      "short_name": "Профиль",
      "description": "Открыть профиль",
      "url": "/profile",
      "icons": [{ "src": "/static/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any maskable" }]
    }
  ],
  "share_target": {
    "action": "/tasks/create",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "protocol_handlers": [
    { "protocol": "web+task", "url": "/tasks/create?title=%s" }
  ],
  "categories": ["productivity", "business"],
  "prefer_related_applications": false
}

