mirror of
https://git.hmsn.ink/kospo/helptalk/user.git
synced 2026-03-20 02:42:38 +09:00
first
This commit is contained in:
26
public/manifest.json
Normal file
26
public/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user