mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-03 11:45:57 -05:00
28 lines
632 B
JSON
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"]
|
|
}
|