{
  "name": "一鸣生鲜 - 新鲜健康生活",
  "short_name": "一鸣生鲜",
  "description": "一鸣生鲜专注于为消费者提供安全、环保、高品质的生鲜产品",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2eae60",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "zh-CN",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/android-chrome-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["food", "shopping", "lifestyle"],
  "shortcuts": [
    {
      "name": "门店查找",
      "short_name": "门店",
      "description": "查找附近的一鸣生鲜门店",
      "url": "/stores",
      "icons": [
        {
          "src": "/images/icons/store-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "合作加盟",
      "short_name": "加盟",
      "description": "了解一鸣生鲜加盟信息",
      "url": "/franchise",
      "icons": [
        {
          "src": "/images/icons/franchise-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
} 