homepage/manifest.json

19 lines
481 B
JSON
Raw Normal View History

2022-12-23 05:20:19 +00:00
{
"short_name": "IoTs",
"name": "Internet of Things Standards",
"start_url" : "./index.html",
"icons": [
{
"src": "/assets/img/Lab_logo_color_transparent.png",
"type": "image/png",
"sizes": "2917x2918"
},
{
"src": "/assets/img/KakaoTalk_20190723_171753647.png",
"type": "image/png",
"sizes": "2917x2918"
}
],
"display": "fullscreen"
}