{
  "short_name": "AIVIN",
  "name": "AIVIN - AI Agentic Platform for SME",
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "logo/favicon.png", 
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "shortcuts": [
    {
      "name": "Trang chủ",
      "short_name": "Home",
      "url": "/",
      "description": "Đi đến trang chủ",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dự án",
      "short_name": "Projects", 
      "url": "/?tab=projects",
      "description": "Quản lý dự án của bạn",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "AI Assistant",
      "short_name": "Assistant",
      "url": "/?tab=assistant", 
      "description": "Trò chuyện với AI Assistant",
      "icons": [
        {
          "src": "icons/icon-96x96.png",
          "sizes": "96x96", 
          "type": "image/png"
        }
      ]
    }
  ],
  "description": "Nền tảng AI Agent cho doanh nghiệp SME - Tự động hóa quy trình làm việc và tăng năng suất",
  "dir": "ltr",
  "lang": "vi-VN",
  "categories": ["productivity", "business", "management", "utilities"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "AIVIN Dashboard"
    },
    {
      "src": "images/screenshot-narrow.png", 
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AIVIN Mobile View"
    }
  ],
  "share_target": {
    "action": "/?share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "text/*", ".pdf", ".doc", ".docx"]
        }
      ]
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "protocol_handlers": [
    {
      "protocol": "web+aivin",
      "url": "/?protocol=%s"
    }
  ]
}
