Files
onlinetimertv2/dist/manifest.json
T

28 lines
626 B
JSON

{
"name": "Nadiri Sports Timer",
"short_name": "Nadiri Timer",
"description": "TV-optimierter Sport-Timer für Training und Fitness",
"start_url": "/",
"display": "standalone",
"background_color": "#0F172A",
"theme_color": "#0F172A",
"orientation": "landscape",
"icons": [
{
"src": "/icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/icon-512.svg",
"sizes": "512x512",
"type": "image/svg+xml",
"purpose": "any"
}
],
"categories": ["sports", "fitness", "utilities"],
"lang": "de",
"dir": "ltr"
}