{
  "id": "de.holtwick.web.einvoice",
  "name": "E-Invoice Space",
  "short_name": "E-Invoice",
  "description": "Read e-invoices (XML / ZUGFeRD / Factur-X / XRechnung / UBL / ebInterface), display them human-readably, extract IBAN/amounts for payment, and create e-invoices as PDF/A-3 with embedded XML. All data stays on-device.",
  "categories": ["business", "finance", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#5755CF",
  "icons": [
    {
      "src": "/pwa-64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
