{
  "name": "BlackBuckets",
  "short_name": "BlackBuckets",
  "description": "Custom Management Software",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#1A3875",
  "lang": "es-AR",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/branding/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/branding/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/branding/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Logística",
      "short_name": "Logística",
      "description": "Envíos y hojas de ruta",
      "url": "/logistica/envios",
      "icons": [{ "src": "/branding/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Producción (operario)",
      "short_name": "Operario",
      "description": "Vista mobile del operario de planta",
      "url": "/operario",
      "icons": [{ "src": "/branding/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
