Files
archived-drop-website/public/site.webmanifest
2025-09-05 13:22:28 +10:00

21 lines
433 B
JSON

{
"name": "Drop OSS",
"short_name": "Drop",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#3f3f46",
"background_color": "#3f3f46",
"display": "standalone"
}