mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
* Initial * CSS lint * Test CI * Add 1v1, 2v2, and 3v3 Tags (#1771) * Initial * CSS lint * Test CI * Rename step --------- Co-authored-by: xi <104683822+ximk@users.noreply.github.com>
52 lines
902 B
JSON
52 lines
902 B
JSON
{
|
|
"name": "sendou.ink",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"id": "sendou.ink",
|
|
"description": "Competitive Splatoon Hub",
|
|
"theme_color": "#010115",
|
|
"background_color": "#02011e",
|
|
"icons": [
|
|
{
|
|
"src": "/static-assets/img/app-icon.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"shortcuts": [
|
|
{
|
|
"name": "Builds",
|
|
"url": "/builds",
|
|
"icons": [
|
|
{
|
|
"src": "/static-assets/img/pwa-icons/builds.png",
|
|
"type": "image/png",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Build Analyzer",
|
|
"url": "/analyzer",
|
|
"icons": [
|
|
{
|
|
"src": "/static-assets/img/pwa-icons/analyzer.png",
|
|
"type": "image/png",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Calendar",
|
|
"url": "/calendar",
|
|
"icons": [
|
|
{
|
|
"src": "/static-assets/img/pwa-icons/calendar.png",
|
|
"type": "image/png",
|
|
"sizes": "96x96"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|