{
  "name": "Budgetmaat — Persoonlijk financieel beheer",
  "short_name": "Budgetmaat",
  "description": "Beheer je inkomsten, uitgaven, budgetten en spaardoelen. Volledig offline beschikbaar.",
  "start_url": "/app/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#4f8ef7",
  "lang": "nl",
  "dir": "ltr",
  "categories": [
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-mobile.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Budgetmaat dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Transactie toevoegen",
      "short_name": "Toevoegen",
      "description": "Voeg snel een transactie toe",
      "url": "/app/?action=add",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/app/",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "handle_links": "preferred"
}