{
  "name": "AI Карточки для маркетплейсов",
  "short_name": "AI Карточки",
  "description": "Генерируй продающие карточки для Wildberries, Ozon и Яндекс Маркет за секунды",
  "start_url": "/workspace/ai-native",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "lang": "ru",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Генерация карточки за 3 шага"
    }
  ],
  "shortcuts": [
    {
      "name": "Создать карточку",
      "short_name": "Создать",
      "description": "Перейти к созданию новой карточки",
      "url": "/workspace/ai-native",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Мои проекты",
      "short_name": "Проекты",
      "description": "Открыть список проектов",
      "url": "/projects",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ],
  "share_target": {
    "action": "/workspace/ai-native",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "image",
          "accept": ["image/jpeg", "image/png", "image/webp"]
        }
      ]
    }
  }
}
