luci-theme-kucat/htdocs/luci-static/kucat/manifest.json
2024-03-09 22:49:51 +08:00

22 lines
355 B
JSON

{
"name":"Kucat",
"short_name":"Kucat",
"description":"Kucat for OpenWRT by sirpdboy.",
"start_url":"/",
"scope": "/",
"orientation":"portrait",
"prompt_message":"fast read Kucat",
"icons":[
{
"src":"img/apple-touch-icon.png",
"sizes":"144x144",
"type":"image/png"
},
{
"src":"logo.png",
"sizes":"192x192",
"type":"image/png"
}
],
"display":"standalone"
}