Files
old-svelte-site/static/manifest.json
2020-11-09 19:39:47 -05:00

21 lines
350 B
JSON

{
"background_color": "#ffffff",
"theme_color": "#333333",
"name": "WompMacho.com",
"short_name": "WompMacho.com",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "img/logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "img/logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}