{
  "name": "Семейный календарь",
  "short_name": "FamCal",
  "description": "Веб-приложение для управления семейными событиями, задачами и расписанием",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/images/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/images/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/images/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/images/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/images/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/images/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/images/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "lifestyle", "family"],
  "lang": "ru",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "scope": "/",
  "screenshots": [
    {
      "src": "/images/screenshot1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Главный экран приложения"
    },
    {
      "src": "/images/screenshot2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Мобильный вид календаря"
    }
  ],
  "shortcuts": [
    {
      "name": "Новое событие",
      "short_name": "Событие",
      "description": "Создать новое событие",
      "url": "/?action=new-event",
      "icons": [{ "src": "/images/icon-event.png", "sizes": "96x96" }]
    },
    {
      "name": "Новая задача",
      "short_name": "Задача",
      "description": "Создать новую задачу",
      "url": "/?action=new-task",
      "icons": [{ "src": "/images/icon-task.png", "sizes": "96x96" }]
    },
    {
      "name": "Календарь",
      "short_name": "Календарь",
      "description": "Открыть календарь",
      "url": "/calendar",
      "icons": [{ "src": "/images/icon-calendar.png", "sizes": "96x96" }]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+familycal",
      "url": "/?invite=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/calendar": [".ics"],
        "application/json": [".json"]
      }
    }
  ]
}