Files
openwrt_packages/luci-theme-kucat/htdocs/luci-static/kucat/manifest.json
2025-11-02 14:26:26 +08:00

50 lines
1.1 KiB
JSON

{
"name": "EzOpWRT Admin",
"short_name": "LuCI",
"description":"Kucat for OpenWRT by sirpdboy.",
"start_url": ".",
"scope": "/",
"orientation":"any",
"splash_pages": null,
"background_color": "#f8f8f8",
"theme_color": "#2d3a4b",
"theme_color_light": "#ffffff",
"theme_color_dark": "#1a1a1a",
"prompt_message":"fast read Kucat",
"icons": [
{
"src": "/luci-static/kucat/logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/luci-static/kucat/logo.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/luci-static/kucat/img/logo70.png",
"sizes": "70x70",
"type": "image/png"
},
{
"src": "/luci-static/kucat/img/logo150.png",
"sizes": "150x150",
"type": "image/png"
},
{
"src": "/luci-static/kucat/img/logo310.png",
"sizes": "310x310",
"type": "image/png"
},
{
"src": "/luci-static/kucat/img/logo512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"display":"standalone"
}