{
  "id": "com.koopkrachtigeu.app",
  "name": "KoopKrachtig",
  "short_name": "KoopKrachtig",
  "description": "Het KoopKrachtig platform als app op jouw device.",
  "categories": ["shopping"],
  "lang": "nl-NL",
  "dir": "ltr",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "https://koopkrachtigeu.github.io/pwa/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://koopkrachtigeu.github.io/pwa/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+koopkrachtig",
      "url": "/?link=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "dir": "ltr",
  "lang": "nl-NL"
}
