{
  "name": "行程管理助手",
  "short_name": "行程助手",
  "description": "轻盈温暖的旅行生活行程规划与管理助手",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF8F5",
  "theme_color": "#FAF8F5",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 rx=%2222%22 fill=%22%23FAF8F5%22/><text x=%2250%%22 y=%2255%%22 font-size=%2260%22 text-anchor=%22middle%22 dominant-baseline=%22middle%22>✈️</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 rx=%2222%22 fill=%22%23FAF8F5%22/><text x=%2250%%22 y=%2255%%22 font-size=%2260%22 text-anchor=%22middle%22 dominant-baseline=%22middle%22>✈️</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["travel", "utilities"],
  "shortcuts": [
    {
      "name": "当前行程",
      "short_name": "当前行程",
      "url": "/?tab=itinerary",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%220.9em%22 font-size=%2290%22>🗺️</text></svg>", "sizes": "192x192" }]
    },
    {
      "name": "待办事项",
      "short_name": "待办",
      "url": "/?tab=checklist",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%220.9em%22 font-size=%2290%22>✅</text></svg>", "sizes": "192x192" }]
    }
  ]
}
