{
  "id": "/",
  "name": "ЭДО — Электронный документооборот",
  "short_name": "ЭДО",
  "description": "Электронный документооборот: документы, согласования, поручения и уведомления",
  "lang": "ru",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#1c7ed6",
  "categories": ["business", "productivity"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/documents/new",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "files",
          "accept": [
            "application/pdf",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "image/png",
            "image/jpeg",
            "image/webp"
          ]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Создать документ",
      "url": "/documents/new",
      "icons": [{ "src": "/icons/shortcut-new-document.png", "sizes": "192x192" }]
    },
    {
      "name": "Мои задачи",
      "url": "/tasks",
      "icons": [{ "src": "/icons/shortcut-tasks.png", "sizes": "192x192" }]
    },
    {
      "name": "Документы",
      "url": "/documents",
      "icons": [{ "src": "/icons/shortcut-documents.png", "sizes": "192x192" }]
    },
    {
      "name": "Уведомления",
      "url": "/notifications",
      "icons": [{ "src": "/icons/shortcut-notifications.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ЭДО — электронный документооборот"
    },
    {
      "src": "/screenshots/screenshot-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ЭДО — электронный документооборот"
    }
  ]
}
