.WEBMANIFEST

Archivo WEBMANIFEST

Web Application Manifest
Hacer una pregunta
RESPUESTA RÁPIDA

Un archivo .webmanifest es un pequeño archivo de texto JSON que indica a un navegador cómo instalar y mostrar una Progressive Web App, incluyendo su nombre, iconos, URL de inicio y colores. Se enlaza desde el HTML de una página web y es leído por el navegador en lugar de abrirse directamente. Al ser texto plano, puedes abrirlo y editarlo en cualquier editor de código como Visual Studio Code, Sublime Text o Notepad.

Desarrollador: W3C (Web Applications Working Group) Categoría: Archivos de Internet Estándar abierto MIME: application/manifest+json
SE ABRE EN Windows macOS Linux Web
Relacionado: .CRDOWNLOAD · .JNLP · .WEBARCHIVE · .PART

En esta página

19k+ extensiones indexadas
Última revisión Aug 31, 2026

¿No está seguro de qué es su archivo?

Suelte cualquier archivo en nuestro identificador - leemos solo los primeros bytes para nombrar el formato.

Identificar un archivo

¿Qué es el formato de archivo WEBMANIFEST?

Un archivo .webmanifest es el Manifiesto de Aplicación Web, un documento JSON que un navegador lee para instalar y mostrar una Progressive Web App (PWA). Contiene un único objeto JSON cuyos miembros describen la aplicación: name, short_name, icons, start_url, scope, display, background_color y theme_color, entre otros. Cuando añades una PWA a la pantalla de inicio de un teléfono o a un escritorio, estos valores deciden el icono de la aplicación, su título y cómo se abre la ventana.

El formato es un estándar del W3C, redactado por primera vez en 2013 y soportado en navegadores desde Chrome 45 en 2015. Una página se enlaza a él en la cabecera HTML:

<link rel="manifest" href="/app.webmanifest">

El tipo de medio registrado es application/manifest+json. La extensión .webmanifest es la que registró la IANA, aunque muchos sitios todavía nombran al archivo manifest.json. Ambos funcionan siempre que el servidor envíe un tipo de contenido válido para JSON.

Seguridad y protección

RIESGO: LOW

A .webmanifest file is plain-text JSON with no executable code, so opening it cannot run anything on your machine. The only practical risk is that a manifest can declare protocol_handlers or file_handlers that register a PWA to handle links or file types once the app is installed, which is a browser-mediated permission, not an action of opening the file. Editing an invalid manifest can break PWA installation but poses no security threat.

Detalles del formato

en pocas palabras
NOMBRE COMPLETOWeb Application Manifesttambién conocido como Web App Manifest, PWA Manifest
DESARROLLADORW3C (Web Applications Working Group)desde 2013 (first W3C Working Draft, December 17, 2013)
TIPO MIMEapplication/manifest+json
TIPOText-based JSON metadata file
ESTÁNDARAbierto · libre de regalías
Esta extensión también es utilizada por…
  • Firefox WebExtension manifest - Browser extensions use a manifest file, but it is named manifest.json with a .json extension, not .webmanifest.
  • Java JAR/app manifests - Unrelated MANIFEST.MF metadata inside Java archives; different format and purpose.

Programas que abren archivos WEBMANIFEST

Windows4 apps
Sublime Text Pago Edit the manifest as a JSON file with linting and formatting.
Notepad Integrado Open and read the raw JSON text without any extra software.
Visual Studio Code Gratis Open the .webmanifest file to view and edit its JSON with syntax highlighting and JSON validation.
Google Chrome (DevTools) Gratis Load the PWA and use DevTools > Application > Manifest to parse and preview the manifest and its icons.
macOS3 apps
TextEdit Integrado View or edit the manifest as plain text (switch to plain-text mode first).
BBEdit Freemium Open and edit the manifest with JSON syntax coloring.
Visual Studio Code Gratis Open and edit the JSON manifest with validation and formatting.
Linux3 apps
Vim Código abierto Open and edit the raw JSON text from the terminal.
GNU Emacs Código abierto Edit the manifest in json-mode with formatting support.
Visual Studio Code Gratis Open and edit the JSON manifest with validation.
Web1 app
PWA Manifest Generator (Progressier) Freemium Create or edit a manifest in the browser and export a ready-to-use .webmanifest file.

Detalles técnicos

especificación profunda
EncodingUTF-8 text
Byte orderNot applicable (text)
ContainerJSON object with top-level keys called members
CompressionNone (may be gzip/brotli compressed in transit by the web server)
Typical sizeUnder 5 KB
StructureA single JSON object whose members describe a web application: name, short_name, description, icons (array of image objects with src, sizes, type), start_url, scope, display, orientation, background_color, theme_color, categories, screenshots, shortcuts, share_target, protocol_handlers, and file_handlers.
IntegrityNone built in; integrity relies on HTTPS transport and same-origin/CORS fetch rules
PlatformsWindows, macOS, Linux, Android, iOS, ChromeOS
NotesReferenced from a page's HTML head via <link rel="manifest" href="app.webmanifest">. The browser reads it to install a Progressive Web App, set the home-screen icon and name, and control the launch display mode. Servers should return it with the application/manifest+json media type, though browsers also accept application/json. When the manifest is on a different origin than the page scope it must be fetched with CORS.
Lanzado2013 (first W3C Working Draft, December 17, 2013)
Última versiónW3C Working Draft (ongoing)
Estándar abiertoSí · libre de regalías
Especificaciónwww.w3.org

Conversiones de WEBMANIFEST

Preguntas y respuestas de la comunidad

preguntado por usuarios
Hacer una pregunta rápida
Obtenga ayuda de personas que trabajan con archivos WEBMANIFEST. Sea específico: incluya su sistema y la versión del software.
No se necesita cuenta · respuestas generalmente en un día

Aún no hay preguntas; sea el primero en preguntar sobre los archivos WEBMANIFEST.

Preguntas frecuentes

¿Cómo abro un archivo .webmanifest?
Ábrelo en cualquier editor de texto o código, como Visual Studio Code, Sublime Text o Notepad. Al ser JSON, un editor con soporte para JSON facilita la lectura y la detección de errores.
¿Es .webmanifest lo mismo que manifest.json?
El contenido es un JSON idéntico. .webmanifest es la extensión registrada por la IANA, mientras que manifest.json es un nombre alternativo común. Los navegadores aceptan ambos siempre que el servidor los sirva con un tipo de contenido válido para JSON.
¿Para qué se utiliza un archivo .webmanifest?
Indica al navegador cómo instalar y mostrar una Progressive Web App: su nombre, iconos, URL de inicio, modo de visualización y colores de tema. Se referencia desde la cabecera HTML de una página.
¿Por qué no se instala mi PWA?
Las causas comunes son un manifiesto ausente o mal formado, un tipo de contenido incorrecto, la falta de iconos enlazados con los tamaños requeridos o que la página no se sirva a través de HTTPS. Consulta DevTools > Application > Manifest en Chrome para ver advertencias específicas.
¿Necesito servirlo con un tipo MIME especial?
El tipo recomendado es application/manifest+json, pero los navegadores también aceptan application/json. Servir el tipo correcto evita advertencias en la consola y es la mejor práctica.
¿Puedo editar un .webmanifest a mano?
Sí. Es simplemente JSON, por lo que puedes editarlo directamente. Mantén la sintaxis válida y recarga la aplicación o limpia la caché para que el navegador detecte los cambios.

Referencias

1W3C Web Application Manifest specificationwww.w3.org
2MDN - Web application manifestdeveloper.mozilla.org

Siga explorando

en toda la base de datos

Extensiones principales esta semana

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.PARTPartial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.RPMSGRestricted Permission Message
6.MDMarkdown Document
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.EXEWindows Executable (Portable Executable)
10.PRDXSoftMaker Presentations Document

Extensiones relacionadas

.CRDOWNLOADChrome Partial Download File
.JNLPJava Network Launch Protocol file
.WEBARCHIVESafari Web Archive
.PARTPartial Download File
.DOWNLOADPartial / Incomplete Download File
.ASPXActive Server Page Extended (ASP.NET Web Form)

Herramientas de archivo gratuitas

Un identificador de archivos y convertidor de imágenes en el navegador - todo se ejecuta en su dispositivo.

Abrir la caja de herramientas

Explorar extensiones de archivo A-Z