alpha / manifest.json
Aleksmorshen's picture
Update manifest.json
7c5a1c2 verified
raw
history blame contribute delete
377 Bytes
{
"name": "Morshen Alpha",
"short_name": "Morshen Alpha",
"start_url": "/",
"display": "standalone",
"background_color": "#f8f9fa",
"theme_color": "#f8f9fa",
"icons": [
{
"src": "/icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}