{
  "id": "eu.spaardoel.app",
  "name": "STACKDOEL — Stack jouw doel",
  "short_name": "STACKDOEL",
  "description": "Gratis spaardoel calculator voor jongeren. Bereken wanneer jij je doel haalt via uurloon, maandelijkse inleg of compound interest. Inclusief geld quiz en uurloon vergelijker.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1B0E3A",
  "theme_color": "#1B0E3A",
  "lang": "nl",
  "categories": ["finance", "education", "lifestyle"],
  "prefer_related_applications": false,
  "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/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "STACKDOEL calculator"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculator",
      "short_name": "Rekenen",
      "description": "Open de spaardoel calculator",
      "url": "/index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Geld Quiz",
      "short_name": "Quiz",
      "description": "Test jouw financiële kennis",
      "url": "/quiz.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
