{
  "name": "Rust voor later",
  "short_name": "Rust voor later",
  "description": "Rust voor jezelf. Duidelijkheid voor later.",
  "start_url": "start-hier.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#05030b",
  "theme_color": "#05030b",
  "icons": [
    {
      "src": "assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}