{
  "name": "Электромонтажные отчеты",
  "short_name": "ЭлектроОтчеты",
  "description": "PWA приложение для отчетов по электромонтажным работам с офлайн-режимом",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a237e",
  "theme_color": "#1a237e",
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Главный экран приложения"
    },
    {
      "src": "screenshots/screenshot2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Создание отчета на мобильном"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Новый отчет",
      "short_name": "Новый",
      "description": "Создать новый отчет",
      "url": "/?new-report",
      "icons": [{ "src": "icons/shortcut-new.png", "sizes": "96x96" }]
    },
    {
      "name": "Мои отчеты",
      "short_name": "Отчеты",
      "description": "Просмотреть мои отчеты",
      "url": "/?reports",
      "icons": [{ "src": "icons/shortcut-reports.png", "sizes": "96x96" }]
    },
    {
      "name": "Синхронизация",
      "short_name": "Синхр",
      "description": "Синхронизировать данные",
      "url": "/?sync",
      "icons": [{ "src": "icons/shortcut-sync.png", "sizes": "96x96" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "scope": "/",
  "dir": "ltr",
  "lang": "ru",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+electroreports",
      "url": "/?report=%s"
    }
  ],
  "share_target": {
    "action": "/?share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "report_file",
          "accept": [".pdf", ".doc", ".docx", "text/plain"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/?import",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "permissions": [
    "clipboard-write",
    "notifications",
    "storage"
  ],
  "id": "/?source=pwa",
  "capture_links": "new-client",
  "background_color": "#f5f7fa",
  "display_mode": "standalone",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/?import",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "permissions": [
    "clipboard-write",
    "notifications",
    "storage"
  ],
  "id": "/?source=pwa",
  "capture_links": "new-client"
}