Change manifest filename

Wrong content type on 5apps
This commit is contained in:
2026-01-26 14:57:36 +07:00
parent 06beb73068
commit 245f79d6f4
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
{
"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"
}
]
}