{
  "name": "План урока.рф — ИИ-генератор уроков",
  "short_name": "План урока.рф",
  "description": "Создавайте планы уроков, презентации и тесты за 30 секунд с помощью ИИ",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fafaf9",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ru",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Генератор уроков"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Банк готовых уроков"
    }
  ],
  "shortcuts": [
    {
      "name": "Создать урок",
      "short_name": "Новый урок",
      "url": "/?action=new",
      "description": "Генерация нового урока",
      "icons": [{ "src": "/icon-192.svg", "sizes": "96x96" }]
    },
    {
      "name": "Банк уроков",
      "short_name": "Банк",
      "url": "/bank",
      "description": "Готовые уроки от учителей",
      "icons": [{ "src": "/icon-192.svg", "sizes": "96x96" }]
    },
    {
      "name": "Мои уроки",
      "short_name": "Мои",
      "url": "/history",
      "description": "Сохранённые уроки",
      "icons": [{ "src": "/icon-192.svg", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "topic",
      "text": "goal"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+plan-uroka",
      "url": "/?id=%s"
    }
  ]
}
