{
  "name": "World Cup 2026",
  "version": "0.1.0",
  "status": "alpha",
  "description": "Shows World Cup 2026 results, fixtures, and the group table for a favorite team.",
  "renderPage": "./render.html",
  "icon": "./assets/icon.png",
  "nativeSettings": {
    "color": "light",
    "team": "SWE",
    "locale": "en-US",
    "timeZone": "Europe/Berlin",
    "highlightGlobalMatches": true
  },
  "configVariants": [
    {
      "color": "light",
      "team": "SWE",
      "locale": "en-US",
      "timeZone": "Europe/Berlin",
      "highlightGlobalMatches": true,
      "screenshots": {
        "800x480": "./screenshots/world-cup-2026-sweden-800x480-landscape.png",
        "480x800": "./screenshots/world-cup-2026-sweden-480x800-portrait.png"
      }
    },
    {
      "color": "dark",
      "team": "USA",
      "locale": "en-US",
      "timeZone": "America/New_York",
      "highlightGlobalMatches": true,
      "screenshots": {
        "800x480": "./screenshots/world-cup-2026-usa-800x480-landscape.png",
        "480x800": "./screenshots/world-cup-2026-usa-480x800-portrait.png"
      }
    }
  ],
  "formSchema": {
    "type": "object",
    "properties": {
      "team": {
        "type": "string",
        "title": "Favorite team",
        "enum": [
          "ALG",
          "ARG",
          "AUS",
          "AUT",
          "BEL",
          "BIH",
          "BRA",
          "CAN",
          "CPV",
          "COL",
          "CRO",
          "CUW",
          "CZE",
          "COD",
          "ECU",
          "EGY",
          "ENG",
          "FRA",
          "GER",
          "GHA",
          "HAI",
          "IRN",
          "IRQ",
          "CIV",
          "JPN",
          "JOR",
          "MEX",
          "MAR",
          "NED",
          "NZL",
          "NOR",
          "PAN",
          "PAR",
          "POR",
          "QAT",
          "KSA",
          "SCO",
          "SEN",
          "RSA",
          "KOR",
          "ESP",
          "SWE",
          "SUI",
          "TUN",
          "TUR",
          "USA",
          "URU",
          "UZB"
        ],
        "default": "SWE"
      },
      "locale": {
        "type": "string",
        "title": "Locale",
        "default": "en-US",
        "description": "BCP 47 locale such as en-US, de-DE, fr-FR, or ja-JP."
      },
      "timeZone": {
        "type": "string",
        "title": "Time zone",
        "enum": [
          "America/Chicago",
          "America/Denver",
          "America/Los_Angeles",
          "America/Mexico_City",
          "America/New_York",
          "America/Toronto",
          "Europe/Berlin",
          "Europe/London",
          "Europe/Madrid",
          "Europe/Paris",
          "Europe/Stockholm",
          "UTC"
        ],
        "default": "Europe/Berlin"
      },
      "highlightGlobalMatches": {
        "type": "boolean",
        "title": "Highlight favorite team globally",
        "default": true
      }
    }
  },
  "language": [
    "en",
    "de",
    "fr",
    "es",
    "it"
  ]
}
