diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 12:43:18 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 12:43:18 +0100 |
| commit | 4420def7411a053e930b44117e2bf63625d824dc (patch) | |
| tree | bfe02088318210fe2c9a2928d6afedc39cb88e45 /src/frontend/public/manifest.webmanifest | |
| parent | 86b922c1853110981d8df985a183cb43690c575d (diff) | |
Make "stops" page be the home (renaming only)
Diffstat (limited to 'src/frontend/public/manifest.webmanifest')
| -rw-r--r-- | src/frontend/public/manifest.webmanifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frontend/public/manifest.webmanifest b/src/frontend/public/manifest.webmanifest index e685a23..161835c 100644 --- a/src/frontend/public/manifest.webmanifest +++ b/src/frontend/public/manifest.webmanifest @@ -4,13 +4,13 @@ "name": "BusUrbano", "description": "Aplicación web para encontrar paradas y tiempos de llegada de los autobuses urbanos.", "short_name": "BusUrbano", - "start_url": "/stops", - "display": "standalone", + "start_url": "/", + "display": "fullscreen", "orientation": "portrait-primary", "lang": "es", "background_color": "#ffffff", "theme_color": "#007bff", - "categories": ["travel", "utilities", "productivity"], + "categories": ["productivity"], "prefer_related_applications": false, "icons": [ { |
