{
  "name": "X-hub - 技术博客",
  "short_name": "X-hub",
  "description": "A personal tech blog sharing insights in Python, AI, Machine Learning, and Web Development",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "categories": ["technology", "programming", "blog"],
  "lang": "zh-CN",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "375x667",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshot-desktop.png", 
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "分类",
      "short_name": "分类",
      "description": "浏览文章分类",
      "url": "/categories",
      "icons": [{"src": "/favicon.ico", "sizes": "16x16"}]
    },
    {
      "name": "标签",
      "short_name": "标签", 
      "description": "浏览文章标签",
      "url": "/tags",
      "icons": [{"src": "/favicon.ico", "sizes": "16x16"}]
    },
    {
      "name": "关于",
      "short_name": "关于",
      "description": "了解博主",
      "url": "/about", 
      "icons": [{"src": "/favicon.ico", "sizes": "16x16"}]
    }
  ]
}