Cloudlog/manifest.json

17 行
363 B
JSON

2023-11-03 03:58:40 +08:00
{
"name": "Cloudlog",
"short_name": "Cloudlog",
"theme_color": "#2571fb",
"background_color": "#ffffff",
"display": "standalone",
"orientation": "portrait",
"scope": ".",
"start_url": "/",
"icons": [
{
"src": "CloudLog_logo.png",
"type": "image/png",
"sizes": "144x144"
}
]
}