{
  "id": "/?source=pwa",
  "name": "YYC³ 企业智能管理系统 - YanYuCloudCube Enterprise Management",
  "short_name": "YYC³",
  "description": "YYC³ Professional Enterprise Intelligent Management System - 言语云立方企业智能管理系统",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "iarc_rating_id": "90d2983a-3c0a-4c8e-8f4e-4d3e3e3c3e3e",
  "icons": [
    {
      "src": "/yyc3-icons/pwa/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/yyc3-icons/pwa/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/yyc3-icons/pwa/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/yyc3-icons/pwa/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/yyc3-icons/pwa/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/yyc3-icons/pwa/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/yyc3-icons/pwa/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/yyc3-icons/pwa/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/yyc3-icons/pwa/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/yyc3-icons/pwa/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/yyc3-icons/webp/icon-192x192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/yyc3-icons/webp/icon-512x512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "数据中心",
      "short_name": "首页",
      "description": "查看运营数据中心",
      "url": "/dashboard",
      "icons": [{ "src": "/yyc3-icons/pwa/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "客户管理",
      "short_name": "客户",
      "description": "管理客户信息和服务记录",
      "url": "/customers",
      "icons": [{ "src": "/yyc3-icons/pwa/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "任务管理",
      "short_name": "任务",
      "description": "查看和管理待办任务",
      "url": "/tasks",
      "icons": [{ "src": "/yyc3-icons/pwa/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "通知中心",
      "short_name": "通知",
      "description": "查看系统通知和消息",
      "url": "/notifications",
      "icons": [{ "src": "/yyc3-icons/pwa/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/compose?to=%s"
    },
    {
      "protocol": "tel",
      "url": "/call?number=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [".csv"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "text/plain", ".csv", ".xlsx"]
        }
      ]
    }
  }
}
