diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-25 01:53:12 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-25 01:53:12 +0100 |
| commit | 800fd816132c38617b2cc16f4eecf95f38d09841 (patch) | |
| tree | 0ffbe760fd75529f5611872a8b013e8d704ceb95 /src/frontend/public/manifest.webmanifest | |
| parent | faf0abcc42cb32a8ebbb90a2acedd74b772a9e51 (diff) | |
Update icons again
Diffstat (limited to 'src/frontend/public/manifest.webmanifest')
| -rw-r--r-- | src/frontend/public/manifest.webmanifest | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/src/frontend/public/manifest.webmanifest b/src/frontend/public/manifest.webmanifest index b660826..5d8f087 100644 --- a/src/frontend/public/manifest.webmanifest +++ b/src/frontend/public/manifest.webmanifest @@ -1,15 +1,16 @@ { "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/refs/heads/master/src/schemas/json/web-manifest.json", - "id": "https://busurbano.costas.dev/", - "name": "BusUrbano", - "description": "Aplicación web para encontrar paradas y tiempos de llegada de los autobuses urbanos.", - "short_name": "BusUrbano", + "id": "https://enmarcha.app/", + "name": "EnMarcha", + "description": "Aplicación de transporte pública para Galicia. Consulta horarios, llegadas y rutas de trenes, autobuses interurbanos y distintos urbanos.", + "short_name": "EnMarcha", "start_url": "/", "display": "standalone", - "orientation": "portrait-primary", + "orientation": "portrait", "lang": "es", "background_color": "#F7F7FF", "theme_color": "#27187E", + "scope": "/", "categories": [ "productivity" ], @@ -19,19 +20,13 @@ "src": "/icon-square.png", "sizes": "any", "type": "image/png", - "purpose": "any" + "purpose": "maskable" }, { - "src": "/icon-transparent.svg", - "type": "image/svg+xml", - "sizes": "any", - "purpose": "any monochrome" - }, - { - "src": "/icon-transparent.png", + "src": "/icon-inverse.png", "type": "image/png", "sizes": "any", - "purpose": "any monochrome" + "purpose": "monochrome" } ], "screenshots": [ |
