{
  "name": "东莞市元利自动化设备有限公司",
  "short_name": "元利自动化",
  "description": "专业的自动化技术服务商，致力于工业自动化设备、五金模具、外壳定制等解决方案",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0072B5",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/images/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "产品中心",
      "short_name": "产品",
      "description": "查看我们的产品和服务",
      "url": "/products",
      "icons": [
        {
          "src": "/images/icons/shortcut-products.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "联系我们",
      "short_name": "联系",
      "description": "获取联系方式和技术支持",
      "url": "/contact",
      "icons": [
        {
          "src": "/images/icons/shortcut-contact.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "关于我们",
      "short_name": "关于",
      "description": "了解公司信息和发展历程",
      "url": "/about",
      "icons": [
        {
          "src": "/images/icons/shortcut-about.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/desktop-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "首页桌面版截图"
    },
    {
      "src": "/images/screenshots/mobile-home.png",
      "sizes": "375x667",
      "type": "image/png",
      "platform": "narrow",
      "label": "首页移动版截图"
    },
    {
      "src": "/images/screenshots/desktop-products.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "产品页面桌面版截图"
    },
    {
      "src": "/images/screenshots/mobile-products.png",
      "sizes": "375x667",
      "type": "image/png",
      "platform": "narrow",
      "label": "产品页面移动版截图"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/contact?email=%s"
    },
    {
      "protocol": "tel",
      "url": "/contact?phone=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/contact",
      "accept": {
        "application/pdf": [".pdf"],
        "image/*": [".jpg", ".jpeg", ".png", ".gif", ".webp"]
      }
    }
  ],
  "share_target": {
    "action": "/contact",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  }
}
