{
  "name": "PistonFix - Vehicle Maintenance",
  "short_name": "PistonFix",
  "description": "Vehicle maintenance tracker and fleet management app",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f5f7",
  "theme_color": "#f59e0b",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Agregar servicio",
      "short_name": "Servicio",
      "description": "Registrar un nuevo servicio",
      "url": "/?action=add-service",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mis vehículos",
      "short_name": "Vehículos",
      "description": "Ver mis vehículos",
      "url": "/?action=vehicles",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
