{
  "name": "公瑾AI技术笔记 - Ozon 卖家工具箱",
  "short_name": "公瑾AI技术笔记",
  "description": "Ozon 跨境卖家一站式工具集：佣金速查、物流运费、定价计算、尺码对照、服务商查询",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e3a5f",
  "theme_color": "#1e3a5f",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "assets/brand/icon-192.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "assets/imgs/icon-calculator.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "佣金速查",
      "short_name": "佣金",
      "url": "./commission/",
      "icons": [{ "src": "assets/imgs/icon-commission.svg", "sizes": "any" }]
    },
    {
      "name": "定价计算",
      "short_name": "定价",
      "url": "./calculator/",
      "icons": [{ "src": "assets/imgs/icon-calculator.svg", "sizes": "any" }]
    }
  ]
}