golfed.xyz/static/manifest.json
2024-08-04 17:39:40 +03:00

22 lines
442 B
JSON

{
"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"
}