Cloudlog/manifest.json
2023-11-02 20:58:40 +01:00

17 行
无行尾
363 B
JSON

{
"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"
}
]
}