{
  "name": "Family Planner — Семейный планировщик",
  "short_name": "Family Planner",
  "description": "Веб-приложение для планирования семейных мероприятий с AI-рекомендациями",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "lifestyle", "utilities"],
  "lang": "ru",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "События",
      "short_name": "События",
      "description": "Просмотр событий",
      "url": "/events"
    },
    {
      "name": "Календарь",
      "short_name": "Календарь",
      "description": "Календарь событий",
      "url": "/calendar"
    },
    {
      "name": "Семья",
      "short_name": "Семья",
      "description": "Управление семьёй",
      "url": "/family"
    }
  ]
}
