{
  "id": "/timeclock/",
  "name": "时光时钟 · 桌搭",
  "short_name": "时光时钟",
  "description": "极简美学桌面气象常亮数字时钟，支持精准锁帧、零闪烁冷启动及动力学风向联动粒子特效。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "background_color": "#07071c",
  "theme_color": "#12123a",
  "orientation": "any",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["utilities", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "进入全屏",
      "short_name": "全屏",
      "url": "./index.html?action=fullscreen",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}