{
    "name": "Cyeam",
    "short_name": "Cyeam",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2196F3",
    "icons": [
        {
            "src": "/assets/favicon.ico",
            "sizes": "32x32",
            "type": "image/x-icon"
        },
        {
            "src": "/assets/cyeam.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/assets/cyeam.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "description": "Cyeam 工具集、极客新闻与《Golang 优化之路》的聚合入口。",
    "scope": "/",
    "categories": ["utilities", "productivity", "book"],
    "screenshots": [
        {
            "src": "/screenshots/pwa-wide.jpg",
            "sizes": "1280x720",
            "type": "image/jpeg",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/pwa-narrow.jpg",
            "sizes": "780x1688",
            "type": "image/jpeg"
        }
    ],
    "shortcuts": [
        {
            "name": "导航",
            "short_name": "导航",
            "description": "Cyeam 网站导航首页",
            "url": "/",
            "icons": [
                {
                    "src": "/assets/cyeam.png",
                    "sizes": "512x512",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "新闻",
            "short_name": "新闻",
            "description": "极客新闻 - 每日 Go 语言动态与开发者科技资讯",
            "url": "/geek",
            "icons": [
                {
                    "src": "/assets/geek512.png",
                    "sizes": "512x512",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "工具",
            "short_name": "工具",
            "description": "Go 语言开发工具集，辅助生成代码",
            "url": "/tool/jsonpack",
            "icons": [
                {
                    "src": "/assets/tool.png",
                    "sizes": "512x512",
                    "type": "image/png"
                }
            ]
        }
    ]
}
