marco/release/web-app-manifest.json
2026-01-26 14:58:21 +07:00

29 lines
622 B
JSON

{
"name": "Marco",
"short_name": "Marco",
"description": "Marco is an unhosted maps application that respects your privacy and choices",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#f8f9fa",
"theme_color": "#333333",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/icons/icon-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}