{
  "name": "Qwedo Tasks",
  "short_name": "Qwedo",
  "description": "Task manager for Qwedo projects.",
  "lang": "ru",
  "dir": "ltr",
  "id": "/tasks",
  "start_url": "/tasks",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#eef2f7",
  "theme_color": "#172033",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Задачи",
      "short_name": "Задачи",
      "description": "Открыть список задач.",
      "url": "/tasks",
      "icons": [
        {
          "src": "/icons/qwedo-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Новая задача",
      "short_name": "Создать",
      "description": "Открыть форму новой задачи.",
      "url": "/tasks/create",
      "icons": [
        {
          "src": "/icons/qwedo-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icons/qwedo-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/qwedo-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/qwedo-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/qwedo-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
