{
	"name": "YFBLOG",
	"short_name": "YFBLOG",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"lang": "zh",
	"scope": "/",
	"description": "技术网站导航，技术文章分享，知乎微博热搜",
	"handle_links": "preferred",
	"theme_color": "#ffffff",
	"launch_handler": {
		"client_mode": "focus-existing"
	},
	"icons": [
		{
			"src": "/other/webp/256.webp",
			"sizes": "256x256",
			"type": "image/webp"
		},
		{
			"src": "/other/webp/128.webp",
			"sizes": "128x128",
			"type": "image/webp"
		}
	],
	"screenshots": [
		{
			"src": "/other/webp/home.webp",
			"sizes": "1920x911",
			"type": "image/webp",
			"form_factor": "wide",
			"label": "主页"
		}
	]
}