{
  "id": "snapmind-main",
  "name": "SnapMind",
  "short_name": "SnapMind",
  "description": "Личный AI-ассистент",
  "theme_color": "#f97316",
  "background_color": "#030712",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "/",
  "scope": "/",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Голосовая заметка",
      "short_name": "Голос",
      "description": "Записать голосовую заметку",
      "url": "/voice",
      "icons": [{ "src": "/shortcut-voice.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Сканировать чек",
      "short_name": "Чек",
      "description": "Сфотографировать чек",
      "url": "/?scan=receipt",
      "icons": [{ "src": "/shortcut-scan.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Черновики",
      "short_name": "Черновики",
      "description": "Тексты из AI-чатов и разговоров",
      "url": "/drafts",
      "icons": [{ "src": "/icon-192.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Amalia — Мой мир",
      "short_name": "Amalia",
      "description": "Карта путешествий и квизы Амалии",
      "url": "/amalia",
      "icons": [{ "src": "/amalia-icon-192.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
