Add your content

You can load a local page or an online ressource.

Put your local content in /assets/data/index.html or configure a URL in the config file (→ see Configuration).

Configuration

If you need a config file, put it in either of these locations:

  1. /assets/presentation/config.json
  2. The application folder

Here is an example:

{
    "url": "https://www.tooloop.de",
    "whitelist": [
        "tooloop.de",
        "www.tooloop.de"
    ],
    "logPath": "/assets/logs/Tooloop-Kiosk-Browser.log"
}