26 lines
497 B
JSON
26 lines
497 B
JSON
{
|
|
"short_name": "Cams Projects",
|
|
"name": "Camerin's Projects",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "logo-192.webp",
|
|
"type": "image/webp",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "logo-512.webp",
|
|
"type": "image/webp",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#3F3F4A",
|
|
"background_color": "#3F3F4A"
|
|
}
|