{
  "name": "点亮地图 - 个人地理位置信息管理",
  "short_name": "点亮地图",
  "description": "个人地理位置信息管理系统，记录和点亮你的足迹",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#667eea",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}