{
  "id": "/bild-werkstatt.html",
  "name": "Bild-Werkstatt — Bildeditor",
  "short_name": "Bild-Werkstatt",
  "description": "Schlanker, ebenenfähiger Bildeditor: Screenshots beschriften, zuschneiden, malen, freistellen — vollständig offline im Browser, Bilder bleiben auf dem Gerät.",
  "lang": "de",
  "dir": "ltr",
  "start_url": "./bild-werkstatt.html",
  "scope": "./bild-werkstatt",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#eceef2",
  "theme_color": "#2f6df6",
  "categories": ["graphics", "photo", "productivity", "utilities"],
  "icons": [
    { "src": "./bild-werkstatt.icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "./bild-werkstatt.icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "launch_handler": { "client_mode": "focus-existing" },
  "file_handlers": [
    {
      "action": "./bild-werkstatt.html",
      "name": "Bild",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"],
        "image/gif": [".gif"],
        "image/bmp": [".bmp"],
        "image/svg+xml": [".svg"]
      },
      "icons": [{ "src": "./bild-werkstatt.icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
