.WEBMANIFEST

WEBMANIFEST Datei

Web Application Manifest
Frage stellen
SCHNELLE ANTWORT

Eine .webmanifest-Datei ist eine kleine JSON-Textdatei, die einem Browser mitteilt, wie eine Progressive Web App installiert und angezeigt werden soll, einschließlich Name, Icons, Start-URL und Farben. Sie wird über das HTML einer Webseite verlinkt und vom Browser gelesen, anstatt direkt geöffnet zu werden. Da es sich um reinen Text handelt, können Sie sie in jedem Code-Editor wie Visual Studio Code, Sublime Text oder Notepad öffnen und bearbeiten.

Entwickler: W3C (Web Applications Working Group) Kategorie: Internetdateien Offener Standard MIME: application/manifest+json
VERFÜGBAR AUF Windows macOS Linux Web
Verwandt: .CRDOWNLOAD · .JNLP · .WEBARCHIVE · .PART

Auf dieser Seite

19k+ Erweiterungen indexiert
Zuletzt geprüft Aug 31, 2026

Nicht sicher, was Ihre Datei ist?

Legen Sie eine beliebige Datei in unseren Identifikator - wir lesen nur die ersten Bytes, um das Format zu benennen.

Datei identifizieren

Was ist das WEBMANIFEST-Dateiformat?

Eine .webmanifest-Datei ist das Web Application Manifest, ein JSON-Dokument, das ein Browser liest, um eine Progressive Web App (PWA) zu installieren und anzuzeigen. Sie enthält ein einzelnes JSON-Objekt, dessen Mitglieder die App beschreiben: unter anderem name, short_name, icons, start_url, scope, display, background_color und theme_color. Wenn Sie eine PWA zum Startbildschirm eines Telefons oder zum Desktop hinzufügen, bestimmen diese Werte das App-Icon, den Titel und wie sich das Fenster öffnet.

Das Format ist ein W3C-Standard, der erstmals 2013 entworfen wurde und in Browsern seit Chrome 45 im Jahr 2015 unterstützt wird. Eine Seite verlinkt im HTML-Header darauf:

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

Der registrierte Medientyp ist application/manifest+json. Die Erweiterung .webmanifest ist die von der IANA registrierte, obwohl viele Websites die Datei immer noch manifest.json nennen. Beides funktioniert, solange der Server einen JSON-validen Content-Type sendet.

Sicherheit

RISIKO: 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.

Formatdetails

kurz gefasst
VOLLSTÄNDIGER NAMEWeb Application Manifestalias Web App Manifest, PWA Manifest
ENTWICKLERW3C (Web Applications Working Group)seit 2013 (first W3C Working Draft, December 17, 2013)
MIME TYPEapplication/manifest+json
TYPText-based JSON metadata file
STANDARDOffen · lizenzfrei
Diese Erweiterung wird auch verwendet von…
  • 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.

Programme zum Öffnen von WEBMANIFEST-Dateien

Windows4 apps
Sublime Text Kostenpflichtig Edit the manifest as a JSON file with linting and formatting.
Notepad Integriert Open and read the raw JSON text without any extra software.
Visual Studio Code Kostenlos Open the .webmanifest file to view and edit its JSON with syntax highlighting and JSON validation.
Google Chrome (DevTools) Kostenlos Load the PWA and use DevTools > Application > Manifest to parse and preview the manifest and its icons.
macOS3 apps
TextEdit Integriert 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 Kostenlos Open and edit the JSON manifest with validation and formatting.
Linux3 apps
Vim Open Source Open and edit the raw JSON text from the terminal.
GNU Emacs Open Source Edit the manifest in json-mode with formatting support.
Visual Studio Code Kostenlos 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.

Technische Details

technische Spezifikation
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.
Veröffentlicht2013 (first W3C Working Draft, December 17, 2013)
Neueste VersionW3C Working Draft (ongoing)
Offener StandardJa · lizenzgebührenfrei
Spezifikationwww.w3.org

WEBMANIFEST-Konvertierungen

Community Q&A

von Nutzern gefragt
Schnelle Frage stellen
Holen Sie sich Hilfe von Menschen, die mit WEBMANIFEST-Dateien arbeiten. Seien Sie konkret - geben Sie Ihr System und die Softwareversion an.
Kein Konto erforderlich · Antworten meist innerhalb eines Tages

Noch keine Fragen - stellen Sie die erste Frage zu WEBMANIFEST-Dateien.

Häufig gestellte Fragen

Wie öffne ich eine .webmanifest-Datei?
Öffnen Sie sie in einem beliebigen Text- oder Code-Editor wie Visual Studio Code, Sublime Text oder Notepad. Da es sich um JSON handelt, erleichtert ein Editor mit JSON-Unterstützung das Lesen und das Finden von Fehlern.
Ist .webmanifest dasselbe wie manifest.json?
Der Inhalt ist identisches JSON. .webmanifest ist die von der IANA registrierte Erweiterung, während manifest.json ein verbreiteter alternativer Name ist. Browser akzeptieren beides, solange der Server sie mit einem JSON-validen Content-Type ausliefert.
Wofür wird eine .webmanifest-Datei verwendet?
Sie teilt dem Browser mit, wie eine Progressive Web App installiert und angezeigt werden soll: Name, Icons, Start-URL, Anzeigemodus und Designfarben. Sie wird im HTML-Header einer Seite referenziert.
Warum lässt sich meine PWA nicht installieren?
Häufige Ursachen sind ein fehlendes oder fehlerhaftes Manifest, ein falscher Content-Type, fehlende verlinkte Icons in den erforderlichen Größen oder dass die Seite nicht über HTTPS bereitgestellt wird. Prüfen Sie DevTools > Application > Manifest in Chrome auf spezifische Warnungen.
Muss ich sie mit einem speziellen MIME-Typ ausliefern?
Der empfohlene Typ ist application/manifest+json, aber Browser akzeptieren auch application/json. Die Bereitstellung des korrekten Typs vermeidet Konsolenwarnungen und entspricht der Best Practice.
Kann ich eine .webmanifest-Datei von Hand bearbeiten?
Ja. Es ist einfaches JSON, sodass Sie es direkt bearbeiten können. Achten Sie auf eine valide Syntax und laden Sie die App neu oder leeren Sie den Cache, damit der Browser die Änderungen übernimmt.

Quellen

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

Weiter entdecken

in der Datenbank

Top-Erweiterungen dieser Woche

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

Verwandte Erweiterungen

.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)

Kostenlose Datei-Tools

Ein Browser-Dateiidentifikator und Bildkonverter - alles läuft auf Ihrem Gerät.

Toolbox öffnen

Dateierweiterungen A-Z durchsuchen