mirror of
https://github.com/khairul169/home-lab.git
synced 2025-04-28 08:39:34 +07:00
26 lines
669 B
JSON
26 lines
669 B
JSON
{
|
|
"short_name": "Home Lab",
|
|
"name": "Home Lab",
|
|
"icons": [
|
|
{ "src": "/favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32" },
|
|
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
|
|
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
|
|
{
|
|
"src": "/icon-192-maskable.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/icon-512-maskable.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|