{
  "name": "Koksfabrik — Bild-Konverter & sicher teilen",
  "short_name": "Koksfabrik",
  "description": "Browserbasierte Bildkonvertierung und sicheres Teilen — JPG, PNG, HEIC → WEBP, AVIF, JPEG XL. DSGVO-konform, ohne Server-Uploads.",
  "start_url": "/?source=pwa",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b0b",
  "theme_color": "#0b0b0b",
  "lang": "de-DE",
  "categories": ["productivity", "utilities", "photo"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Bilder konvertieren",
      "short_name": "Konverter",
      "url": "/?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bilder versenden",
      "short_name": "Versenden",
      "url": "/send-images?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
