{
  "name": "Markdown to WhatsApp Converter",
  "short_name": "MD → WA",
  "description": "Konvertiert Markdown in WhatsApp-Formatierung mit Live-Preview.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f4f6f8",
  "theme_color": "#0e7a6e",
  "orientation": "any",
  "scope": "./",
  "lang": "de",
  "icons": [
    { "src": "logo.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "logo.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "favicon.ico", "sizes": "48x48 32x32 16x16", "type": "image/x-icon" }
  ]
}
