mirror of
https://git.hmsn.ink/kospo/helptalk/user.git
synced 2026-03-19 21:04:59 +09:00
26 lines
483 B
JSON
26 lines
483 B
JSON
{
|
|
"name": "KOSPO 헬프톡",
|
|
"id" : "helptalk",
|
|
"start_url": "/",
|
|
"display": "fullscreen",
|
|
"display_override": ["window-controls-overlay"],
|
|
"theme-color": "#FF0000",
|
|
"protocol_handlers" : [
|
|
{
|
|
"protocol" : "web+helptalk",
|
|
"url" : "/%s"
|
|
}
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "/img/icon.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/img/icon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
} |