{
	"name": "小涩游 - 在线黄油",
	"short_name": "小涩游",
	"description": "海量免费在线黄油，即点即玩",
	"start_url": "/web/",
	"scope": "/web/",
	"display": "standalone",
	"orientation": "portrait",
	"background_color": "#ffffff",
	"theme_color": "#ffffff",
	"lang": "zh-CN",
	"dir": "ltr",
	"categories": ["games", "entertainment"],
	"icons": [
		{
			"src": "/web/static/img/icon/72.png",
			"sizes": "72x72",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/web/static/img/icon/96.png",
			"sizes": "96x96",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/web/static/img/icon/144.png",
			"sizes": "144x144",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/web/static/img/icon/192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/web/static/img/icon/192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/web/static/img/icon/512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/web/static/img/icon/512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"shortcuts": [
		{
			"name": "首页",
			"short_name": "首页",
			"url": "/web/",
			"icons": [{ "src": "/web/static/img/icon/96.png", "sizes": "96x96" }]
		},
		{
			"name": "游戏库",
			"short_name": "游戏",
			"url": "/web/pages/game/index",
			"icons": [{ "src": "/web/static/img/icon/96.png", "sizes": "96x96" }]
		},
		{
			"name": "任务",
			"short_name": "任务",
			"url": "/web/pages/task/index",
			"icons": [{ "src": "/web/static/img/icon/96.png", "sizes": "96x96" }]
		},
		{
			"name": "我的",
			"short_name": "我的",
			"url": "/web/pages/mine/index",
			"icons": [{ "src": "/web/static/img/icon/96.png", "sizes": "96x96" }]
		}
	]
}
