28 lines
607 B
JSON
28 lines
607 B
JSON
{
|
|
"name": "萌芽作品集",
|
|
"short_name": "萌芽作品集",
|
|
"lang": "zh-CN",
|
|
"start_url": ".",
|
|
"scope": ".",
|
|
"display": "standalone",
|
|
"orientation": "any",
|
|
"background_color": "#e8f5e9",
|
|
"theme_color": "#81c784",
|
|
"description": "展示个人制作的一些小创意和小项目,支持安装到桌面使用。",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/icon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/assets/icon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|
|
|