{
  "name": "Terminal Server",
  "short_name": "Terminal Server",
  "description": "Control remoto cifrado E2E desde el navegador. AES-256-GCM. Chat, archivos, portapapeles.",
  "start_url": "/app?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0f1629",
  "theme_color": "#e03000",
  "orientation": "any",
  "lang": "es",
  "dir": "ltr",
  "id": "terminalserver-es-app",
  "categories": ["productivity", "utilities", "tools"],
  "iarc_rating_id": "",

  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-mono.svg", "sizes": "48x48",   "type": "image/svg+xml", "purpose": "monochrome" }
  ],

  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Panel de control remoto"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "App en móvil"
    }
  ],

  "shortcuts": [
    {
      "name": "Escritorio Remoto",
      "short_name": "Remoto",
      "description": "Compartir o conectar pantalla",
      "url": "/app?page=remote&source=shortcut",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96" }]
    },
    {
      "name": "Red & Diagnóstico",
      "short_name": "Red",
      "description": "Ping, DNS, traceroute y más",
      "url": "/app?page=network&source=shortcut",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96" }]
    },
    {
      "name": "Dev Tools",
      "short_name": "Dev",
      "description": "JSON, hashes, regex y más",
      "url": "/app?page=devtools&source=shortcut",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96" }]
    },
    {
      "name": "Mis Tickets",
      "short_name": "Soporte",
      "description": "Gestionar tickets de soporte",
      "url": "/app?page=tickets&source=shortcut",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96" }]
    }
  ],

  "share_target": {
    "action": "/app/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["*/*"]
        }
      ]
    }
  },

  "protocol_handlers": [
    {
      "protocol": "web+terminalserver",
      "url": "/app?code=%s"
    }
  ],

  "file_handlers": [
    {
      "action": "/app",
      "accept": {
        "text/plain": [".txt", ".log"],
        "application/json": [".json"]
      }
    }
  ],

  "edge_side_panel": {
    "preferred_width": 400
  },

  "related_applications": [],
  "prefer_related_applications": false
}
