{
  "name": "Paperless-ngx Documents",
  "version": "0.1.0",
  "status": "alpha",
  "description": "Document counts and recent additions from a Paperless-ngx instance.",
  "renderPage": "./render.html",
  "icon": "./assets/icon.png",
  "timezone": "Europe/Berlin",
  "language": ["de", "en"],
  "nativeSettings": {
    "color": "green-light",
    "title": "",
    "sampleData": true,
    "baseUrl": "",
    "token": "",
    "search": "",
    "limit": 4
  },
  "formSchema": {
    "type": "object",
    "properties": {
      "title": {
        "type": "string",
        "default": "",
        "title": "Display title",
        "maxLength": 80
      },
      "sampleData": {
        "type": "boolean",
        "default": true,
        "title": "Use clearly labelled demo data"
      },
      "baseUrl": {
        "type": "string",
        "default": "",
        "title": "Instance base URL",
        "format": "url"
      },
      "token": {
        "type": "string",
        "default": "",
        "title": "Access token",
        "format": "password"
      },
      "search": {
        "type": "string",
        "default": "",
        "title": "Paperless-ngx search query (optional)",
        "maxLength": 500
      },
      "limit": {
        "type": "number",
        "default": 4,
        "title": "Maximum document entries",
        "minimum": 1,
        "maximum": 6
      }
    }
  },
  "configVariants": [
    {
      "color": "green-light",
      "title": "",
      "sampleData": true,
      "baseUrl": "",
      "token": "",
      "search": "",
      "limit": 4,
      "screenshots": {
        "800x480": "./screenshots/paperless-ngx-inbox-default-800x480.png",
        "480x800": "./screenshots/paperless-ngx-inbox-default-480x800.png",
        "1600x1200": "./screenshots/paperless-ngx-inbox-default-1600x1200.png",
        "1200x1600": "./screenshots/paperless-ngx-inbox-default-1200x1600.png"
      }
    },
    {
      "color": "dark",
      "title": "",
      "sampleData": true,
      "baseUrl": "",
      "token": "",
      "search": "",
      "limit": 4,
      "screenshots": {
        "800x480": "./screenshots/paperless-ngx-inbox-dark-800x480.png",
        "480x800": "./screenshots/paperless-ngx-inbox-dark-480x800.png",
        "1600x1200": "./screenshots/paperless-ngx-inbox-dark-1600x1200.png",
        "1200x1600": "./screenshots/paperless-ngx-inbox-dark-1200x1600.png"
      }
    }
  ]
}
