- 长臂猿-企业应用及系统软件平台
1. 创建 PWA
{
"name": "我的 PWA 应用",
"short_name": "PWA",
"description": "一个示例 PWA",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "icon/lowres.webp",
"sizes": "48x48",
"type": "image/webp"
},
{
"src": "icon/hdres.webp",
"sizes": "128x128",
"type": "image/webp"
}
]
}