{
  "name": "My Life",
  "short_name": "My Life",
  "id": "/",
  "description": "Персональный органайзер: здоровье, финансы, заметки, события и ИИ-ассистент",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui"],
  "tab_strip": {
    "home_tab": {
      "url": "./",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    "new_tab_button": {
      "url": "./?new_tab=1"
    }
  },
  "orientation": "portrait",
  "background_color": "#0b0d12",
  "theme_color": "#0b0d12",
  "lang": "ru",
  "dir": "ltr",
  "categories": ["productivity", "health", "finance", "lifestyle"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "note_taking": {
    "new_note_url": "./?new_note=1"
  },
  "shortcuts": [
    {
      "name": "Заметки",
      "short_name": "Заметки",
      "description": "Создать или открыть заметки",
      "url": "./?screen=notes",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Здоровье",
      "short_name": "Здоровье",
      "description": "Протокол витаминов и каталог добавок",
      "url": "./?screen=health",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Финансы",
      "short_name": "Финансы",
      "description": "Финансовый обзор и транзакции",
      "url": "./?screen=finance",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "ИИ-ассистент",
      "short_name": "ИИ",
      "description": "Чат с ИИ-ассистентом",
      "url": "./?screen=ai",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "share_target": {
    "action": "./?share=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+mylife",
      "url": "./?protocol=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md"]
      }
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile.png",
      "sizes": "1206x2622",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Финансы — обзор накоплений и платежей"
    },
    {
      "src": "screenshots/mobile2.png",
      "sizes": "1206x2622",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Здоровье — каталог витаминов и добавок"
    },
    {
      "src": "screenshots/wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "My Life — десктоп"
    }
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
