golfed.xyz/static/manifest.json

22 lines
442 B
JSON
Raw Permalink Normal View History

2024-08-04 16:39:40 +02:00
{
"name": "Golfed",
"short_name": "Golfed",
"start_url": "https://golfed.xyz",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#242424",
"background_color": "#242424",
"display": "standalone"
}