{
  "name": "Rentprime — Vermieter-Software",
  "short_name": "Rentprime",
  "description": "Nebenkostenabrechnung in 10 Minuten, Bank-Sync, Anlage V auto. Für Privatvermieter in 15 Ländern.",
  "start_url": "/tool",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF7F2",
  "theme_color": "#1B3B2F",
  "lang": "de",
  "dir": "ltr",
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Neue Nebenkostenabrechnung",
      "short_name": "NKA",
      "description": "Direkt eine neue NKA starten",
      "url": "/tool?action=billings",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Belege scannen",
      "short_name": "Beleg",
      "description": "Beleg per Foto erfassen",
      "url": "/tool?action=scan",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "id": "/?app=rentprime",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}