{
  "name": "MasterPlain Industrial",
  "short_name": "MasterPlain Industrial",
  "description": "MasterPlain Industrial: aplicación privada de gestión de mantenimiento.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "categories": [
    "productivity",
    "business",
    "utilities"
  ],
  "icons": [
    {
      "src": "/static/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/static/icons/maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Órdenes",
      "short_name": "Órdenes",
      "url": "/ordenes",
      "icons": [
        {
          "src": "/static/icons/icon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Repuestos",
      "short_name": "Repuestos",
      "url": "/repuestos",
      "icons": [
        {
          "src": "/static/icons/icon.svg",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "Turnos",
      "short_name": "Turnos",
      "url": "/turnos/",
      "icons": [
        {
          "src": "/static/icons/icon.svg",
          "sizes": "any"
        }
      ]
    }
  ]
}