This commit is contained in:
2025-07-02 21:56:37 +09:00
commit 29adf2c274
736 changed files with 89300 additions and 0 deletions

26
public/manifest.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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"
}
]
}