{
  "name": "Daily Buddhism Wisdom",
  "version": "0.1.0",
  "status": "alpha",
  "description": "Shows the daily quote from Buddha API.",
  "renderPage": "./render.html",
  "icon": "./assets/icon.png",
  "nativeSettings": {
    "color": "light",
    "showPage": true,
    "fontSize": "large",
    "fontWeight": "700",
    "textAlign": "left",
    "lineHeight": "1.12",
    "showAttribution": true,
    "showDay": true,
    "author": ""
  },
  "formSchema": {
    "type": "object",
    "properties": {
      "showPage": {
        "type": "boolean",
        "title": "Show wisdom text",
        "description": "Display the daily reflection text.",
        "default": true
      },
      "fontSize": {
        "type": "string",
        "title": "Font size",
        "description": "Choose the display size for the daily wisdom text.",
        "enum": [
          "xx-small",
          "x-small",
          "small",
          "medium",
          "large",
          "x-large",
          "xx-large"
        ],
        "default": "large"
      },
      "fontWeight": {
        "type": "string",
        "title": "Font weight",
        "description": "Choose the display weight for the daily wisdom text.",
        "enum": [
          "lighter",
          "normal",
          "bold",
          "bolder",
          "100",
          "200",
          "300",
          "400",
          "500",
          "600",
          "700",
          "800",
          "900"
        ],
        "default": "700"
      },
      "textAlign": {
        "type": "string",
        "title": "Text alignment",
        "description": "Choose how the daily wisdom text is aligned.",
        "enum": [
          "left",
          "center",
          "right",
          "justify"
        ],
        "default": "left"
      },
      "lineHeight": {
        "type": "string",
        "title": "Line height",
        "description": "Choose the spacing between lines.",
        "enum": [
          "1",
          "1.12",
          "1.25",
          "1.4",
          "normal"
        ],
        "default": "1.12"
      },
      "showAttribution": {
        "type": "boolean",
        "title": "Show attribution",
        "description": "Show the quote author and source.",
        "default": true
      },
      "showDay": {
        "type": "boolean",
        "title": "Show day number",
        "description": "Show the current day-of-year number.",
        "default": true
      },
      "author": {
        "type": "string",
        "title": "Author",
        "description": "Optionally restrict the daily quote to one Buddhist figure.",
        "enum": [
          "",
          "buddha",
          "dalai_lama",
          "dogen",
          "thich_nhat_hanh"
        ],
        "enumNames": [
          "All",
          "Buddha",
          "Dalai Lama",
          "Dogen",
          "Thich Nhat Hanh"
        ],
        "default": ""
      }
    }
  },
  "language": [
    "en",
    "de"
  ]
}
