{
  "name": "Routicket",
  "short_name": "Routicket",
  "description": "Tu vida en una app — mapas, rutas, cupones, tickets y contenido. Descubre lugares, conecta con tu comunidad y vive la ciudad.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": ["social", "travel", "lifestyle"],
  "icons": [
    { "src": "icon.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Mapa", "short_name": "Mapa", "description": "Abrir mapa", "url": "./map.html", "icons": [{ "src": "icon.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Chat", "short_name": "Chat", "description": "Mensajes", "url": "./chat.html", "icons": [{ "src": "icon.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Wallet", "short_name": "Wallet", "description": "Monedero", "url": "./wallet.html", "icons": [{ "src": "icon.png", "sizes": "192x192", "type": "image/png" }] }
  ]
}
