{
  "name": "智能新闻站群系统",
  "short_name": "智能新闻",
  "description": "智能新闻站群系统 - 汇聚全球最新资讯，提供智能化新闻阅读体验",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "/",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": ["news", "magazines"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/homepage-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "首页 - 展示最新新闻和热门资讯"
    },
    {
      "src": "/screenshots/article-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "文章详情页 - 阅读完整新闻内容"
    },
    {
      "src": "/screenshots/homepage-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "移动端首页"
    },
    {
      "src": "/screenshots/article-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "移动端文章页"
    }
  ],
  "shortcuts": [
    {
      "name": "最新资讯",
      "short_name": "最新",
      "description": "查看最新发布的新闻资讯",
      "url": "/latest",
      "icons": [
        {
          "src": "/icons/shortcut-latest.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "热门新闻",
      "short_name": "热门",
      "description": "浏览当前最热门的新闻",
      "url": "/hot",
      "icons": [
        {
          "src": "/icons/shortcut-hot.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "科技频道",
      "short_name": "科技",
      "description": "查看科技类新闻",
      "url": "/category/tech",
      "icons": [
        {
          "src": "/icons/shortcut-tech.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay"],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
