{
  "name": "Air Quality",
  "version": "0.1.0",
  "status": "alpha",
  "description": "European air quality, particulate matter and six-hour outlook from Open-Meteo/CAMS.",
  "renderPage": "./render.html",
  "icon": "./assets/icon.png",
  "timezone": "Europe/Berlin",
  "language": ["de", "en"],
  "nativeSettings": {
    "color": "blue-light",
    "title": "",
    "sampleData": false,
    "locationName": "Berlin",
    "latitude": 52.52,
    "longitude": 13.405,
    "apiKey": ""
  },
  "formSchema": {
    "type": "object",
    "properties": {
      "title": {
        "type": "string",
        "default": "",
        "title": "Display title",
        "maxLength": 80
      },
      "sampleData": {
        "type": "boolean",
        "default": false,
        "title": "Use clearly labelled demo data"
      },
      "locationName": {
        "type": "string",
        "default": "Berlin",
        "title": "Location label",
        "maxLength": 60
      },
      "latitude": {
        "type": "number",
        "default": 52.52,
        "title": "Latitude",
        "minimum": -90,
        "maximum": 90
      },
      "longitude": {
        "type": "number",
        "default": 13.405,
        "title": "Longitude",
        "minimum": -180,
        "maximum": 180
      },
      "apiKey": {
        "type": "string",
        "default": "",
        "title": "Open-Meteo commercial API key (optional)",
        "format": "password"
      }
    }
  },
  "configVariants": [
    {
      "color": "blue-light",
      "title": "",
      "sampleData": true,
      "locationName": "Berlin",
      "latitude": 52.52,
      "longitude": 13.405,
      "apiKey": "",
      "screenshots": {
        "800x480": "./screenshots/air-quality-default-800x480.png",
        "480x800": "./screenshots/air-quality-default-480x800.png",
        "1600x1200": "./screenshots/air-quality-default-1600x1200.png",
        "1200x1600": "./screenshots/air-quality-default-1200x1600.png"
      }
    },
    {
      "color": "dark",
      "title": "",
      "sampleData": true,
      "locationName": "Berlin",
      "latitude": 52.52,
      "longitude": 13.405,
      "apiKey": "",
      "screenshots": {
        "800x480": "./screenshots/air-quality-dark-800x480.png",
        "480x800": "./screenshots/air-quality-dark-480x800.png",
        "1600x1200": "./screenshots/air-quality-dark-1600x1200.png",
        "1200x1600": "./screenshots/air-quality-dark-1200x1600.png"
      }
    }
  ]
}
