sendou.ink/frontend-react/public/manifest.json
2019-12-27 15:55:04 +02:00

28 lines
632 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": "https://sendou.ink",
"display": "standalone",
"theme_color": "#2B5262",
"background_color": "#13272E",
"categories": ["games"]
}