{
  "name": "eRechnung.new - PDF zu ZUGFeRD Konverter",
  "short_name": "eRechnung.new",
  "description": "KI-gestützte Umwandlung von PDF-Rechnungen in elektronische Rechnungen (ZUGFeRD/XRechnung) mit Mistral AI",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#F9BD00",
  "background_color": "#ffffff",
  "categories": ["finance", "productivity", "business"],
  "lang": "de-DE",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/assets/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/assets/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/assets/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/assets/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neue Rechnung hochladen",
      "short_name": "Upload",
      "description": "PDF-Rechnung hochladen und analysieren",
      "url": "/",
      "icons": [
        {
          "src": "/static/assets/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/static/assets/screenshots/desktop-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Hauptansicht - PDF zu ZUGFeRD eRechnung konvertieren"
    },
    {
      "src": "/static/assets/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "label": "Mobile Ansicht - Einfacher Upload und Analyse"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}

