sendou.ink/frontend-react/public/manifest.json
2020-09-05 13:48:02 +03:00

28 lines
615 B
JSON

{
"short_name": "sendou.ink",
"name": "sendou.ink - Competitive Splatoon Hub",
"description": "Useful tools and resources for competitive Splatoon players.",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"display": "minimal-ui",
"theme_color": "#031e3e",
"background_color": "#031e3e",
"categories": ["games"]
}