{
  "name": "ERP NL",
  "short_name": "ERP NL",
  "description": "ERP NL voor betalingsverwerking, crediteuren, verplichtingen, debiteuren, grootboek en reconciliatie.",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#0f172a",
  "background_color": "#012152",
  "display": "standalone",
  "start_url": "/",
  "shortcuts": [
    {
      "name": "Notificaties",
      "short_name": "Notificaties",
      "url": "/notifications",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Goedkeuringen",
      "short_name": "Goedkeuringen",
      "url": "/payments/approval",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Betalingen",
      "short_name": "Betalingen",
      "url": "/payments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}