{
  "name": "CGooD起始页",
  "short_name": "CGooD",
  "description": "不只是一个起始页，而是你的优雅高效上网的开始",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#000000",
  "orientation": "any",
  "scope": "/",
  "lang": "zh-CN",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "images/CGooD-favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "images/CGooD-favicon.ico", 
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "搜索",
      "short_name": "搜索",
      "description": "快速搜索功能",
      "url": "/index.html?focus=search",
      "icons": [
        {
          "src": "images/CGooD-favicon.ico",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "应用页面",
      "short_name": "应用",
      "description": "访问应用快捷方式页面",
      "url": "/index.html?page=apps",
      "icons": [
        {
          "src": "images/CGooD-favicon.ico",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "web",
      "url": "https://cgood.seegood.top"
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}