mirror of
https://github.com/sirpdboy/luci-theme-kucat.git
synced 2025-01-08 11:57:54 +08:00
22 lines
355 B
JSON
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"
|
||
|
}
|