{
  "name": "MRX Platform - Industrial Training Elite",
  "short_name": "MRX",
  "description": "Elite industrial training powered by mixed reality, artificial intelligence, and immersive experiences for today's most demanding sectors.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a1a1a",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es",
  "dir": "ltr",
  "categories": ["education", "productivity", "utilities"],
                     "icons": [
           {
             "src": "/favicon-16x16.png",
             "sizes": "16x16",
             "type": "image/png",
             "purpose": "any maskable"
           },
           {
             "src": "/favicon-32x32.png",
             "sizes": "32x32",
             "type": "image/png",
             "purpose": "any maskable"
           },
           {
             "src": "/favicon-32x32.png",
             "sizes": "48x48",
             "type": "image/png",
             "purpose": "any maskable"
           },
           {
             "src": "/favicon-32x32.png",
             "sizes": "64x64",
             "type": "image/png",
             "purpose": "any maskable"
           },
          {
            "src": "/favicon-32x32.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
          },
          {
            "src": "/favicon-32x32.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any maskable"
          },
          {
            "src": "/favicon-32x32.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
          }
         ],
  "screenshots": [
    {
      "src": "/Logo_B.PNG.webp",
      "sizes": "1280x720",
      "type": "image/webp",
      "form_factor": "wide",
      "label": "MRX Platform Dashboard"
    },
    {
      "src": "/Logo_B.PNG.webp",
      "sizes": "750x1334",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "MRX Platform Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "DNC Assessments",
      "short_name": "DNC",
      "description": "Access DNC competency assessments",
      "url": "/dnc-module",
      "icons": [
        {
          "src": "/badges/TP101 - Automatización.webp",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Admin Dashboard",
      "short_name": "Admin",
      "description": "Access admin analytics and management",
      "url": "/admin",
      "icons": [
        {
          "src": "/trophy.webp",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Student Profiles",
      "short_name": "Profiles",
      "description": "View student profiles and progress",
      "url": "/practicantes",
      "icons": [
        {
          "src": "/63.webp",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Statistics",
      "short_name": "Stats",
      "description": "View platform analytics and statistics",
      "url": "/estadisticas",
      "icons": [
        {
          "src": "/shopping_cart.webp",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+mrx",
      "url": "/?protocol=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/admin",
      "accept": {
        "application/pdf": [".pdf"],
        "image/*": [".png", ".jpg", ".jpeg", ".webp"]
      }
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "permissions": [
    "notifications",
    "background-sync",
    "storage"
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple",
    "responsive",
    "offline"
  ],
  "developer": {
    "name": "Eisenholz",
    "url": "https://eisenholz.com"
  },
  "version": "1.0.0",
  "platform": "webapp"
}
