{
  "name": "AmarokOS",
  "short_name": "AmarokOS",
  "description": "公司内部运营管理系统｜统一账号、组织、目标、任务与业务数据",
  "lang": "zh-CN",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "any",
  "start_url": "./index.html",
  "scope": "./",
  "background_color": "#f8fafc",
  "theme_color": "#D5000D",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512-maskable.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "人力资源｜绩效管理",
      "short_name": "绩效管理",
      "description": "进入绩效管理模块",
      "url": "./modules/hr/performance/index.html",
      "icons": [{ "src": "icons/icon-192.png?v=3", "sizes": "192x192" }]
    }
  ]
}
