feat: add SproutWorkCollect apps
This commit is contained in:
27
SproutWorkCollect-Frontend/public/manifest.webmanifest
Normal file
27
SproutWorkCollect-Frontend/public/manifest.webmanifest
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user