{
  "manifest_version": 1,
  "name": "World Clock",
  "status": "live",
  "id": "world_clocks",
  "app_version": "1.1.106",
  "app_version_production": "1.1.106",
  "category": "utilities",
  "subcategory": "productivity",
  "publish": true,
  "listing_priority": 0,
  "author": "ScreenCloud",
  "description": "The world clock for your screen.",
  "long_description": "Show the local time in cities worldwide on your screen.",
  "howto_link": "https://screen.cloud/how-to/apps/world-clock-app-guide",
  "feedback_link": "https://goo.gl/forms/fREtSpUUnDzOuqMY2",
  "screenshots": [
    "./static/assets/screenshots/landscape-01.jpg",
    "./static/assets/screenshots/landscape-02.jpg",
    "./static/assets/screenshots/landscape-03.jpg",
    "./static/assets/screenshots/vertical-01.jpg",
    "./static/assets/screenshots/vertical-02.jpg",
    "./static/assets/screenshots/vertical-03.jpg"
  ],
  "thumbnail": "./static/assets/world-clocks-thumb-320x180-v2.png",
  "url": "./index.html",
  "preload_support": true,
  "configuration": {
    "type": "standard",
    "help_text": "Please enter up to 6 city names.",
    "display_order": [
      "clock_type",
      "location_1",
      "location_2",
      "location_3",
      "location_4",
      "location_5",
      "location_6",
      "theme"
    ],
    "duration_type": "editable",
    "default_duration": 60000
  },
  "schema": {
    "location_1": {
      "type": "string",
      "required": true,
      "display_name": "Location 1",
      "initial_value": "London, UK",
      "placeholder": "London, UK"
    },
    "location_3": {
      "type": "string",
      "required": false,
      "display_name": "Location 3"
    },
    "location_2": {
      "type": "string",
      "required": false,
      "display_name": "Location 2",
      "placeholder": "Bangkok, Thailand"
    },
    "location_4": {
      "type": "string",
      "required": false,
      "display_name": "Location 4"
    },
    "location_5": {
      "type": "string",
      "required": false,
      "display_name": "Location 5"
    },
    "location_6": {
      "type": "string",
      "required": false,
      "display_name": "Location 6"
    },
    "clock_type": {
      "type": "enum",
      "required": false,
      "display_name": "Clock type",
      "initial_value": "analog",
      "options": [
        {
          "value": "digital24",
          "label": "Digital 24-hour clock"
        },
        {
          "value": "digitalampm",
          "label": "Digital 12-hour clock"
        },
        {
          "value": "analog",
          "label": "Analogue clock"
        }
      ]
    },
    "theme": {
      "type": "theme",
      "required": false,
      "display_name": "Theme",
      "initial_value": "default"
    }
  }
}
