17 lines
588 B
JSON
17 lines
588 B
JSON
{
|
|
"name": "Premier Gunner",
|
|
"short_name": "Gunner",
|
|
"description": "Soccer training tracker — train, track, and chase the Road to London.",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"background_color": "#EF0107",
|
|
"theme_color": "#EF0107",
|
|
"icons": [
|
|
{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
|
|
{ "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
|
|
{ "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
|
|
]
|
|
}
|