文件
freeshop/manifest.webmanifest
2026-08-16 17:03:10 +08:00

20 行
410 B
JSON

{
"name": "自由云商城",
"short_name": "自由云商城",
"description": "自由云科技团队旗下公益电商",
"lang": "zh-CN",
"start_url": "./",
"scope": "./",
"display": "standalone",
"orientation": "portrait",
"background_color": "#ffffff",
"theme_color": "#1a73e8",
"icons": [
{
"src": "assets/icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}