{
  "name": "国庆行程 · 侯哥版",
  "short_name": "国庆行程",
  "description": "2026 国庆出行规划 · 9/25-10/7 · 北京-威县-晋城-焦作",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#534AB7",
  "theme_color": "#534AB7",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["travel", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%23534AB7'/><text y='150' x='96' text-anchor='middle' font-size='140'>🎒</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='96' fill='%23534AB7'/><text y='400' x='256' text-anchor='middle' font-size='380'>🎒</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "今日待办",
      "short_name": "今日",
      "description": "查看今天要做的事",
      "url": "./index.html#today",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='80'>🌅</text></svg>", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "整日行程",
      "short_name": "行程",
      "description": "查看完整 13 天行程",
      "url": "./index.html#trip",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='80'>📅</text></svg>", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "全行程地图",
      "short_name": "地图",
      "description": "打开 9/25-10/7 全程地图",
      "url": "./index.html#map",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='80'>🗺️</text></svg>", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}