{
    "manifest_version": 1,
    "short_name": "Digitale Amtstafel",
    "name": "Digitale Amtstafel",
    "author": "sklera GmbH",
    "version": "1.6.0",
    "offline_enabled": true,
    "thumbnail": "preview/Hauptkategorien.jpg",
    "snapshot": "preview/Hauptkategorien.jpg",
    "config": [
        {
            "name": "folder",
            "label": "Folder",
            "type": "folder"
        },
        {
            "name": "fullscreenSwitch",
            "label": "Use Fullscreen-Viewer",
            "desc": "Switch to Fullscreen if Document Viewer is opened",
            "type": "boolean"
        },
        {
            "name": "highContrastSwitch",
            "label": "Allow optional High Contrast Mode",
            "desc": "Display a high contrast mode button for people with visual impairments",
            "type": "boolean"
        },
        {
            "name": "cols",
            "label": "Number of Columns",
            "type": "number",
            "default": 4
        },
        {
            "name": "rows",
            "label": "Number of Rows",
            "type": "number",
            "default": 2
        },
        {
            "name": "idleTimeoutSec",
            "label": "Idle Timeout (seconds)",
            "type": "number",
            "default": 0
        },
        {
            "name": "hideEmptyPlaylistSwitch",
            "label": "Hide Empty Categories",
            "desc": "Switch to hide all empty categories",
            "type": "boolean"
        },
        {
            "name": "mainColor",
            "label": "Main Color",
            "type": "color",
            "default": "#333333",
            "section": "Styling",
            "required": true
        },
        {
            "name": "secondColor",
            "label": "Second Color",
            "desc": "Color mainly used for borders, buttons and tile backgrounds",
            "type": "color",
            "section": "Styling",
            "required": true
        },
        {
            "name": "borderColor",
            "label": "Border color",
            "desc": "Pick a color for tile and button borders",
            "type": "color",
            "section": "Styling"
        },
        {
            "name": "backgroundColor",
            "label": "Background color",
            "desc": "Pick a color for background",
            "type": "color",
            "section": "Styling"
        },
        {
            "name": "font",
            "label": "Font",
            "type": "font",
            "defaultValue": "Roboto",
            "section": "Styling"
        },
        {
            "name": "menuPosition",
            "label": "Menu",
            "type": "select",
            "default": "center",
            "options": [
                { "label": "Top", "value": "top" },
                { "label": "Center", "value": "center" },
                { "label": "Bottom", "value": "bottom" }
            ],
            "section": "PDF Viewer"
        }
    ]
}
