metro-info/manifest.json
Christian Lawson-Perfect 3f68f9ae72 first commit
2025-02-09 20:35:51 +00:00

25 lines
No EOL
556 B
JSON

{
"name": "Metro info",
"description": "See the next trains from Metro stations",
"start_url": "https://metro-info.think.somethingorotherwhatever.com/",
"display": "standalone",
"background_color": "#feb300",
"theme_color": "#feb300",
"icons": [
{
"src": "metro_logo.svg",
"type": "image/svg+xml",
"sizes": "any"
},
{
"src": "metro_logo.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "metro_logo_192.png",
"type": "image/png",
"sizes": "192x192"
}
]
}