{
	"name": "我的农场",
	"short_name": "我的农场",
	"description": "H5手机主屏安装",
	"start_url": "/h5/",
	"display": "standalone",
	"background_color": "#f6f5f3",
	"theme_color": "#1a73e8",
	"orientation": "portrait",
	"icons": [{
		"src": "../static/icon-192.png",
		"sizes": "192x192",
		"type": "image/png"
	}, {
		"src": "../static/icon-512.png",
		"sizes": "512x512",
		"type": "image/png"
	}]
}